diff options
| author | Matthias Clasen <mclasen@fedoraproject.org> | 2010-04-05 16:52:10 +0000 |
|---|---|---|
| committer | Matthias Clasen <mclasen@fedoraproject.org> | 2010-04-05 16:52:10 +0000 |
| commit | f92adf50b9cd4ea379aefd294cc7989576505fca (patch) | |
| tree | 8e1879f83563ec046d1ea98845b9e59cff194443 /title-click.patch | |
| parent | fcbac4372376c5b61fc5446823a3cb8d0b2b9b01 (diff) | |
don't crash on titlebar right-clickmetacity-2_30_0-2_fc13
Diffstat (limited to 'title-click.patch')
| -rw-r--r-- | title-click.patch | 11 |
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"; |
