gui: Change default page

Start on the collection page.  I eventually want to display the first
enable playqueue, though.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
This commit is contained in:
Anna Schumaker 2014-01-25 14:42:56 -05:00 committed by Anna Schumaker
parent 1b8c55b0fc
commit cde7e5d96c
2 changed files with 2 additions and 0 deletions

View File

@ -282,6 +282,7 @@ void init_tabs()
get_callbacks()->on_queue_track_del = on_track_deleted;
notebook->signal_switch_page().connect(sigc::ptr_fun(on_switch_page));
notebook->set_current_page(0);
}
void init_tabs2()

View File

@ -259,6 +259,7 @@ int main(int argc, char **argv)
Gtk::Window *window = ocarina_init(&argc, &argv);
change_page(2);
schedule_test(test_0);
Gtk::Main::run(*window);