From 4c3f8d136a7d450ad8d59b3028dbe882305986c5 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 29 Sep 2013 23:44:15 +0200 Subject: gtkui: don't mark hotkeys as changed on cursor change --- plugins/gtkui/hotkeys.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/gtkui/hotkeys.c b/plugins/gtkui/hotkeys.c index 0a3b2070..b4858bd6 100644 --- a/plugins/gtkui/hotkeys.c +++ b/plugins/gtkui/hotkeys.c @@ -511,7 +511,6 @@ on_hotkeys_list_cursor_changed (GtkTreeView *treeview, if (path) { gtk_tree_path_free (path); } - gtkui_hotkeys_changed = 1; } -- cgit v1.2.3