summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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