gtk: allow configuration of first element in hotkey dialog

This commit is contained in:
punkrockguy318 2012-08-07 14:05:09 +00:00
parent 76617ae6e0
commit 2c70120d62
1 changed files with 1 additions and 0 deletions

View File

@ -532,6 +532,7 @@ void openHotkeyConfig()
gtk_tree_selection_set_mode(select, GTK_SELECTION_SINGLE);
g_signal_connect ( G_OBJECT (select), "changed", G_CALLBACK (tree_selection_changed_cb),
NULL);
gtk_tree_selection_unselect_all (select);
}
static void tree_selection_changed_cb (GtkTreeSelection *selection, gpointer data)