restore default keybindings no longer restores two bindings for ctrl+alt+f

FEAR NOT MORLENXUS, YOUR BUG FIX IS HERE


SVN revision: 82337
This commit is contained in:
Mike Blumenkrantz 2013-01-07 11:05:58 +00:00
parent 12cec65844
commit 94dd7b31a8
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,7 @@
2013-01-07 Mike Blumenkrantz
* Added option for disabling icons in menus
* Restore default keybindings no longer restores two bindings for ctrl+alt+f
2013-01-07 Thomas Petazzoni

1
NEWS
View File

@ -59,3 +59,4 @@ Fixes:
E to ignore activate hints
* Fix restarting E17 after manually monitoring it.
* Fix build with uClibc.
* Restore default keybindings no longer restores two bindings for ctrl+alt+f

View File

@ -528,9 +528,6 @@ _restore_key_binding_defaults_cb(void *data,
CFG_KEYBIND_DFLT(E_BINDING_CONTEXT_ANY, "i",
E_BINDING_MODIFIER_CTRL | E_BINDING_MODIFIER_ALT, 0,
"window_iconic_toggle", NULL);
CFG_KEYBIND_DFLT(E_BINDING_CONTEXT_ANY, "f",
E_BINDING_MODIFIER_CTRL | E_BINDING_MODIFIER_ALT, 0,
"window_maximized_toggle", NULL);
CFG_KEYBIND_DFLT(E_BINDING_CONTEXT_ANY, "F10",
E_BINDING_MODIFIER_SHIFT, 0,
"window_maximized_toggle", "default vertical");