From 28eded74a4629102889a09c7962ba5395577967f Mon Sep 17 00:00:00 2001 From: mishas Date: Tue, 3 Apr 2007 07:52:57 +0000 Subject: [PATCH] disable UI settings page creation for now git-svn-id: file:///svnroot/simple-launcher/trunk@141 3ba93dab-e023-0410-b42a-de7732cf370a --- settings-dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings-dialog.cc b/settings-dialog.cc index 5489766..b674af7 100644 --- a/settings-dialog.cc +++ b/settings-dialog.cc @@ -62,7 +62,7 @@ SettingsDialog::SettingsDialog(GtkWindow *parent, int size, LauncherItems& items gtk_container_add(GTK_CONTAINER(myDialog->vbox), GTK_WIDGET(notebook)); - addPage(notebook, "UI", createUIPage()); + // addPage(notebook, "UI", createUIPage()); addPage(notebook, "Items", myList.getWidget()); gtk_widget_set_size_request(GTK_WIDGET(myDialog), 540, 257); -- 1.7.9.5