cleaned up the interface some

dirtied up the code some
This commit is contained in:
Jonathan Blandford 1998-10-19 19:03:55 +00:00
parent 8b77425757
commit b08f7c854e
10 changed files with 466 additions and 291 deletions

View file

@ -7,7 +7,7 @@ main(int argc, char **argv)
set_tmp_rc();
do_demo(argc, argv);
gnome_capplet_init ("DeskArt", NULL, argc, argv, 0, NULL);
gnome_capplet_init ("theme-switcher-capplet", NULL, argc, argv, 0, NULL);
w = make_main();
gtk_widget_show_all(w);