aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-config.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-03-31 05:52:16 +0800
committerChris Toshok <toshok@src.gnome.org>2004-03-31 05:52:16 +0800
commit11917a5d5b356bd3e9bf00f4c3963c6ce9b3ca39 (patch)
tree528725c103a735a1e6582f94cd67921e53a2e191 /addressbook/gui/component/addressbook-config.c
parente5360c507eaea7427aff05b763d441643d426aec (diff)
downloadgsoc2013-evolution-11917a5d5b356bd3e9bf00f4c3963c6ce9b3ca39.tar
gsoc2013-evolution-11917a5d5b356bd3e9bf00f4c3963c6ce9b3ca39.tar.gz
gsoc2013-evolution-11917a5d5b356bd3e9bf00f4c3963c6ce9b3ca39.tar.bz2
gsoc2013-evolution-11917a5d5b356bd3e9bf00f4c3963c6ce9b3ca39.tar.lz
gsoc2013-evolution-11917a5d5b356bd3e9bf00f4c3963c6ce9b3ca39.tar.xz
gsoc2013-evolution-11917a5d5b356bd3e9bf00f4c3963c6ce9b3ca39.tar.zst
gsoc2013-evolution-11917a5d5b356bd3e9bf00f4c3963c6ce9b3ca39.zip
[ fixes bug #53094 ]
2004-03-30 Chris Toshok <toshok@ximian.com> [ 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
Diffstat (limited to 'addressbook/gui/component/addressbook-config.c')
-rw-r--r--addressbook/gui/component/addressbook-config.c33
1 files changed, 0 insertions, 33 deletions
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