summaryrefslogtreecommitdiff
path: root/plugins/gtkui/hotkeys.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2013-08-25 17:00:00 +0200
committerGravatar waker <wakeroid@gmail.com>2013-08-25 17:00:00 +0200
commitaca5ab815a34e92c87b4ea25c1f8980d5be1a2b0 (patch)
tree70b6eaf9d46ce3bb4fc52dbd2da03a491aaf80ea /plugins/gtkui/hotkeys.c
parent5802fcec75b58a270a9459fb26a606af018adaf0 (diff)
gtkui: playing with hotkey focus
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 04f6af47..dcf17c09 100644
--- a/plugins/gtkui/hotkeys.c
+++ b/plugins/gtkui/hotkeys.c
@@ -497,7 +497,6 @@ on_hotkeys_list_cursor_changed (GtkTreeView *treeview,
}
else {
gtk_widget_set_sensitive (lookup_widget (prefwin, "hotkeys_actions"), FALSE);
- gtk_tree_view_set_cursor (GTK_TREE_VIEW (lookup_widget (prefwin, "hotkeys_actions")), NULL, NULL, FALSE);
gtk_widget_set_sensitive (lookup_widget (prefwin, "hotkey_is_global"), FALSE);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (lookup_widget (prefwin, "hotkey_is_global")), FALSE);
gtk_widget_set_sensitive (lookup_widget (prefwin, "hotkeys_set_key"), FALSE);