diff --git a/gui/tabs.cpp b/gui/tabs.cpp index 29c19c7f..89d6ae6d 100644 --- a/gui/tabs.cpp +++ b/gui/tabs.cpp @@ -201,7 +201,7 @@ void Tab :: tab_queue_add(queue *pq) bool Tab :: tab_queue_selected(bool random) { - unsigned int flags = random ? 0 : Q_RANDOM; + unsigned int flags = random ? Q_RANDOM : 0; if (tempq_count() >= 10) return true;