summaryrefslogtreecommitdiff
path: root/plugins/gtkui
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-12 09:13:17 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-12 09:13:17 +0100
commit9ae08cc0f9bed7a62801e2526537fcffe14e53a9 (patch)
tree7659e03b3941da6a6e492d1ef6c7190aaa7cc965 /plugins/gtkui
parentf6fdf11dcbc98fa1477bcfc5ae7317a5b2e75ede (diff)
ported gme and dumb to new api
Diffstat (limited to 'plugins/gtkui')
-rw-r--r--plugins/gtkui/callbacks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/callbacks.c b/plugins/gtkui/callbacks.c
index 09b5b03d..0b6a0a9e 100644
--- a/plugins/gtkui/callbacks.c
+++ b/plugins/gtkui/callbacks.c
@@ -1005,7 +1005,7 @@ seekbar_draw (GtkWidget *widget) {
return;
}
DB_playItem_t *trk = deadbeef->streamer_get_playing_track ();
- DB_decoder_t *dec = deadbeef->streamer_get_current_decoder ();
+ DB_fileinfo_t *dec = deadbeef->streamer_get_current_decoder ();
if (!dec || deadbeef->pl_get_item_duration (trk) < 0) {
clearlooks_rounded_rectangle (cr, 2, widget->allocation.height/2-4, widget->allocation.width-4, 8, 4, 0xff);
theme_set_cairo_source_rgb (cr, COLO_SEEKBAR_FRONT);