visualize the notebook before setting the right page
authormishas <mikhail.sobolev@gmail.com>
Tue, 10 Apr 2007 19:02:58 +0000 (19:02 +0000)
committermishas <mikhail.sobolev@gmail.com>
Tue, 10 Apr 2007 19:02:58 +0000 (19:02 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@161 3ba93dab-e023-0410-b42a-de7732cf370a

settings-dialog.cc

index 32d8f4a..58b4acb 100644 (file)
@@ -72,6 +72,7 @@ SettingsDialog::SettingsDialog(GtkWindow *parent, LauncherItems& items) : myList
 
   gtk_widget_set_size_request(GTK_WIDGET(myDialog), 540, 324);
 
+  gtk_widget_show_all(GTK_WIDGET(notebook));
   gtk_notebook_set_current_page(notebook, 0);
 }