summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-17 21:47:03 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-17 21:47:03 +0200
commitd390a25a61f2f9ba17938079a704f38a60e4f149 (patch)
treefda5ed591ca4f5f293c31db884796ae12e7bd0e8 /plugins/gtkui/actionhandlers.c
parent1b1b61f2de8f438ab9dc00c09f9ffeab41f5539c (diff)
gtkui: better custom title configuration using context menu
Diffstat (limited to 'plugins/gtkui/actionhandlers.c')
-rw-r--r--plugins/gtkui/actionhandlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/actionhandlers.c b/plugins/gtkui/actionhandlers.c
index f9fa9ecc..ad4bf04c 100644
--- a/plugins/gtkui/actionhandlers.c
+++ b/plugins/gtkui/actionhandlers.c
@@ -434,7 +434,7 @@ action_add_location_handler_cb (void *user_data) {
DB_playItem_t *tail = deadbeef->plt_get_last (plt, PL_MAIN);
DB_playItem_t *it = deadbeef->plt_insert_file2 (0, plt, tail, text, NULL, NULL, NULL);
if (it && deadbeef->conf_get_int ("gtkui.location_set_custom_title", 0)) {
- deadbeef->pl_replace_meta (it, "DDB:CUSTOM_TITLE", gtk_entry_get_text (GTK_ENTRY (ct)));
+ deadbeef->pl_replace_meta (it, ":CUSTOM_TITLE", gtk_entry_get_text (GTK_ENTRY (ct)));
}
if (tail) {
deadbeef->pl_item_unref (tail);