summaryrefslogtreecommitdiffstats
path: root/title-click.patch
diff options
context:
space:
mode:
Diffstat (limited to 'title-click.patch')
-rw-r--r--title-click.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/title-click.patch b/title-click.patch
new file mode 100644
index 0000000..9c42aa4
--- /dev/null
+++ b/title-click.patch
@@ -0,0 +1,11 @@
+--- metacity-2.30.0/src/core/core.c.orig 2010-03-31 21:37:39.000000000 +0100
++++ metacity-2.30.0/src/core/core.c 2010-04-01 15:59:26.000000000 +0100
+@@ -520,7 +520,7 @@ meta_core_get_menu_accelerator (MetaMenu
+ switch (menu_op)
+ {
+ case META_MENU_OP_NONE:
+- name = "none";
++ /* No keybinding for this one */
+ break;
+ case META_MENU_OP_DELETE:
+ name = "close";