From 761983a7171a50508885eede90c32c14d4fdafc3 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 2 Jul 2001 06:23:04 +0000 Subject: Turned off wombatification of the categories master list here. 2001-07-02 Christopher James Lahey * gui/contact-editor/e-contact-editor.c (categories_clicked): Turned off wombatification of the categories master list here. svn path=/trunk/; revision=10668 --- addressbook/gui/contact-editor/e-contact-editor.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'addressbook/gui/contact-editor') diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 2b9c22a249..5781ffcc65 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -39,7 +39,9 @@ #include #include +#if 0 #include +#endif #include "addressbook/printing/e-contact-print.h" #include "addressbook/printing/e-contact-print-envelope.h" @@ -650,7 +652,9 @@ categories_clicked(GtkWidget *button, EContactEditor *editor) GnomeDialog *dialog; int result; GtkWidget *entry = glade_xml_get_widget(editor->gui, "entry-categories"); +#if 0 ECategoriesMasterList *ecml; +#endif if (entry && GTK_IS_ENTRY(entry)) categories = e_utf8_gtk_entry_get_text(GTK_ENTRY(entry)); else if (editor->card) @@ -658,12 +662,18 @@ categories_clicked(GtkWidget *button, EContactEditor *editor) "categories", &categories, NULL); dialog = GNOME_DIALOG(e_categories_new(categories)); +#if 0 ecml = e_categories_master_list_wombat_new (); +#endif gtk_object_set(GTK_OBJECT(dialog), "header", _("This contact belongs to these categories:"), +#if 0 "ecml", ecml, +#endif NULL); +#if 0 gtk_object_unref (GTK_OBJECT (ecml)); +#endif gtk_widget_show(GTK_WIDGET(dialog)); result = gnome_dialog_run (dialog); g_free (categories); -- cgit v1.2.3