poptimization

This commit is contained in:
Elliot Lee 1998-11-02 20:36:57 +00:00
parent d18ebc5925
commit b7b3e55940
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@
#undef PACKAGE
#undef VERSION
#undef HAVE_ESD
#undef HAVE_LIBESD
#undef HAVE_LIBGTOP

View file

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