From 11917a5d5b356bd3e9bf00f4c3963c6ce9b3ca39 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 30 Mar 2004 21:52:16 +0000 Subject: [ fixes bug #53094 ] 2004-03-30 Chris Toshok [ fixes bug #53094 ] * gui/component/ldap-config.glade: nuke addressbook-sources-window. * gui/component/addressbook-config.c (main): nuke, we don't need this test case anymore, and it doesn't really work anyway anymore. svn path=/trunk/; revision=25249 --- addressbook/gui/component/addressbook-config.c | 33 -------------------------- 1 file changed, 33 deletions(-) (limited to 'addressbook/gui/component/addressbook-config.c') diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index d0f75d303e..78c7c2730d 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -1399,36 +1399,3 @@ addressbook_config_create_new_source (GtkWidget *parent) dialog = addressbook_add_server_druid (); } - -#if 0 -#ifdef STANDALONE -int -main(int argc, char **argv) -{ - AddressbookDialog *dialog; - - gnome_init_with_popt_table ("evolution-addressbook", "0.0", - argc, argv, oaf_popt_options, 0, NULL); - - glade_init (); - - bindtextdomain (GETTEXT_PACKAGE, EVOLUTION_LOCALEDIR); - textdomain (GETTEXT_PACKAGE); - -#if 0 - g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING); -#endif - - gtk_widget_push_colormap (gdk_rgb_get_cmap ()); - - dialog = ldap_dialog_new (NULL); - - gtk_widget_show (glade_xml_get_widget (dialog->gui, "addressbook-sources-window")); - - gtk_main(); - - return 0; -} -#endif - -#endif -- cgit v1.2.3