summaryrefslogtreecommitdiff
path: root/plugins/gtkui
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-09 11:07:20 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-09 11:07:20 +0200
commit0b8d6270d817a504a49ddc315d7b7459399eea23 (patch)
treeb9f7f1632e2bf95ee380fa2c426fb5e565bec10a /plugins/gtkui
parentc6d2fc9a50b6f1678814caaf2a5c92d3c6b0d721 (diff)
changed order of fields in window title
Diffstat (limited to 'plugins/gtkui')
-rw-r--r--plugins/gtkui/gtkui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/gtkui.c b/plugins/gtkui/gtkui.c
index 6a077830..07a54612 100644
--- a/plugins/gtkui/gtkui.c
+++ b/plugins/gtkui/gtkui.c
@@ -365,7 +365,7 @@ static void
current_track_changed (DB_playItem_t *it) {
char str[600];
if (it) {
- deadbeef->pl_format_title (it, -1, str, sizeof (str), -1, "DeaDBeeF-" VERSION " - %a - %t");
+ deadbeef->pl_format_title (it, -1, str, sizeof (str), -1, "%a - %t - DeaDBeeF-" VERSION);
}
else {
strcpy (str, "DeaDBeeF-" VERSION);