diff --git a/acconfig.h b/acconfig.h index 8aa67048f..8665669af 100644 --- a/acconfig.h +++ b/acconfig.h @@ -12,6 +12,7 @@ #undef PACKAGE #undef VERSION +#undef HAVE_ESD #undef HAVE_LIBESD #undef HAVE_LIBGTOP diff --git a/capplets/theme-switcher/main.c b/capplets/theme-switcher/main.c index d584bbdcc..0b3d56b9e 100644 --- a/capplets/theme-switcher/main.c +++ b/capplets/theme-switcher/main.c @@ -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);