gui: Show the first tab on startup

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
This commit is contained in:
Anna Schumaker 2014-03-01 20:30:24 -05:00 committed by Anna Schumaker
parent 9b0499b3ce
commit 1394aaf37c
1 changed files with 1 additions and 0 deletions

View File

@ -519,6 +519,7 @@ void post_init_tabs()
std::map<Playqueue *, Tab *>::iterator it;
for (it = queue_mapping.begin(); it != queue_mapping.end(); it++)
it->second->on_post_init();
get_widget<Gtk::Notebook>("o_notebook")->set_current_page(0);
}
void cleanup_tabs()