gui: Make sure queue tabs are removed from the notebook

This appears to happen automatically, but appearances can be deceiving.
Remove pages anywa just to be safe.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
This commit is contained in:
Anna Schumaker 2014-02-23 19:34:33 -05:00 committed by Anna Schumaker
parent eb5a65069a
commit 5acf8239c8
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ QueueTab :: ~QueueTab()
{
queue_mapping.erase(tab_widget);
tab_unmap();
get_widget<Gtk::Notebook>("o_notebook")->remove_page(q_vbox);
}