summaryrefslogtreecommitdiff
path: root/plugins
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
parent2508973576b0855720787e67159dca615ed2549e (diff)
added a few missing returns
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkui/ddbvolumebar.c1
-rw-r--r--plugins/gtkui/trkproperties.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gtkui/ddbvolumebar.c b/plugins/gtkui/ddbvolumebar.c
index 732210f3..4d98cb05 100644
--- a/plugins/gtkui/ddbvolumebar.c
+++ b/plugins/gtkui/ddbvolumebar.c
@@ -185,6 +185,7 @@ volumebar_draw (GtkWidget *widget, cairo_t *cr) {
gboolean
on_volumebar_draw (GtkWidget *widget, cairo_t *cr) {
volumebar_draw (widget, cr);
+ return FALSE;
}
#if !GTK_CHECK_VERSION(3,0,0)
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