ui review

This commit is contained in:
Jody Goldberg 2002-07-10 16:56:09 +00:00
parent fa081bdc60
commit 6f4eb48226
2 changed files with 5 additions and 54 deletions

View file

@ -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;