From b7b3e55940d5dc3b180b2964e6998b49c31a6ab7 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Mon, 2 Nov 1998 20:36:57 +0000 Subject: [PATCH] poptimization --- acconfig.h | 1 + capplets/theme-switcher/main.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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);