summaryrefslogtreecommitdiff
path: root/plugins/gtkui/hotkeys.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-29 23:44:15 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-29 23:44:15 +0200
commit4c3f8d136a7d450ad8d59b3028dbe882305986c5 (patch)
treeeb128c011ee8db7494da048dd2808cb93b58ddc4 /plugins/gtkui/hotkeys.c
parent46451b44ece6f56b695a7cae0f75b012eb838f80 (diff)
gtkui: don't mark hotkeys as changed on cursor change
Diffstat (limited to 'plugins/gtkui/hotkeys.c')
-rw-r--r--plugins/gtkui/hotkeys.c1
1 files changed, 0 insertions, 1 deletions
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;
}