summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-21 15:03:31 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-21 15:03:31 +0100
commit3e5d7924cc301a2a822aa345dbbb646cc94641b8 (patch)
tree33dfc4a12308f26c259d77d08bd422a21c80caab
parentf9211076a2094f11c1c891a4fecc7e9d66f30fff (diff)
fixed gtk_tree_model_foreach handler for adding global hotkeys
-rw-r--r--plugins/gtkui/prefwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gtkui/prefwin.c b/plugins/gtkui/prefwin.c
index efb407a3..37d2afd0 100644
--- a/plugins/gtkui/prefwin.c
+++ b/plugins/gtkui/prefwin.c
@@ -189,6 +189,7 @@ add_hotkey_to_config (GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter,
(*counter)++;
snprintf (conf_value, sizeof (conf_value), "%s: %s", svalue, skey);
deadbeef->conf_set_str (conf_name, conf_value);
+ return FALSE;
}
void