X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/cf1f8eef576a3ef7af7053fc7337836ad34ca00a..165086a0133f6bdff9ee6d2495ea6a597a5c69b9:/disobedience/queue.c diff --git a/disobedience/queue.c b/disobedience/queue.c index 4d756c5..b3661dc 100644 --- a/disobedience/queue.c +++ b/disobedience/queue.c @@ -1322,7 +1322,7 @@ GtkWidget *queue_widget(void) { /* Arrange periodic update of the so-far played field */ g_timeout_add(1000/*ms*/, adjust_sofar, 0); /* Arrange a callback whenever the playing state changes */ - register_monitor(playing_update, 0, DISORDER_PLAYING|DISORDER_TRACK_PAUSED); + register_monitor(playing_update, 0, DISORDER_PLAYING|DISORDER_TRACK_PAUSED); register_reset(queue_update); /* We pass choose_update() as our notify function since the choose screen * marks tracks that are playing/in the queue. */