From 9ebb31e09bf445d6b9fa9f5deb68bd9211fbe772 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Thu, 9 Apr 2015 09:18:43 -0400 Subject: [PATCH] gui: Remove usage of Q_NOTIFY_REMOVE The notification no longer exists, and the flag will soon be removed. Signed-off-by: Anna Schumaker --- gui/queue.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/queue.cpp b/gui/queue.cpp index 080c94a1..cf5e1eb2 100644 --- a/gui/queue.cpp +++ b/gui/queue.cpp @@ -169,7 +169,6 @@ QueueTab :: QueueTab(Queue *pq, unsigned int num) gui :: get_widget("o_notebook")->insert_page(q_vbox, q_tab_box, num); gui :: get_widget("o_notebook")->set_tab_reorderable(q_vbox); q_vbox.show_all(); - tab_pq->unset_flag(Q_NOTIFY_REMOVE); } QueueTab :: ~QueueTab()