summaryrefslogtreecommitdiff
path: root/plugins/gtkui/trkproperties.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-02-02 20:52:10 +0100
committerGravatar waker <wakeroid@gmail.com>2012-02-02 20:52:10 +0100
commitdb7c0834faae943816f41d9c8ef7260d7a7af929 (patch)
treed364c479bcb51dd9ab816efef4f486d6c90fa753 /plugins/gtkui/trkproperties.c
parent2508973576b0855720787e67159dca615ed2549e (diff)
added a few missing returns
Diffstat (limited to 'plugins/gtkui/trkproperties.c')
-rw-r--r--plugins/gtkui/trkproperties.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index c6c704c9..d575c759 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -494,6 +494,7 @@ set_progress_cb (void *ctx) {
const char *fname = deadbeef->pl_find_meta_raw (track, ":URI");
gtk_entry_set_text (GTK_ENTRY (progressitem), fname);
deadbeef->pl_item_unref (track);
+ return FALSE;
}
static void