poptimization
This commit is contained in:
parent
d18ebc5925
commit
b7b3e55940
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
#undef PACKAGE
|
||||
#undef VERSION
|
||||
|
||||
#undef HAVE_ESD
|
||||
#undef HAVE_LIBESD
|
||||
|
||||
#undef HAVE_LIBGTOP
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue