diff --git a/capplets/theme-switcher/theme-properties.glade b/capplets/theme-switcher/theme-properties.glade index 0670048e6..c4dd0fec1 100644 --- a/capplets/theme-switcher/theme-properties.glade +++ b/capplets/theme-switcher/theme-properties.glade @@ -6,7 +6,7 @@ True - Gtk+ Theme Preferences + Theme Preferences GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False @@ -44,7 +44,9 @@ True True + True True + True gtk-close True GTK_RELIEF_NORMAL @@ -127,7 +129,7 @@ True True - _Install new theme... + _Install New Theme... True GTK_RELIEF_NORMAL @@ -166,57 +168,6 @@ True - - - - True - False - 8 - - - - True - gtk-dialog-info - 6 - 0.5 - 0.5 - 0 - 0 - - - 0 - False - False - - - - - - True - New themes can also be installed by dragging them into the window. - False - False - GTK_JUSTIFY_LEFT - True - False - 0 - 0.5 - 0 - 0 - - - 0 - False - False - - - - - 0 - False - True - - diff --git a/capplets/theme-switcher/theme-switcher.c b/capplets/theme-switcher/theme-switcher.c index c90540814..e8a8a6cf8 100644 --- a/capplets/theme-switcher/theme-switcher.c +++ b/capplets/theme-switcher/theme-switcher.c @@ -498,6 +498,7 @@ setup_dialog (GladeXML *dialog) G_CALLBACK (drag_data_received_cb), dialog); + capplet_set_icon (widget, "gnome-ccthemes.png"); gtk_widget_show (widget); } @@ -519,7 +520,6 @@ main (int argc, char *argv[]) dialog = create_dialog (); setup_dialog (dialog); - gtk_main (); return 0;