From 5ff5cd81532edda57a0793273fee0cdadef07dd9 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 4 Jan 2001 21:56:16 +0000 Subject: Remove non-existent file 2001-01-04 JP Rosevear * POTFILES.in: Remove non-existent file 2001-01-04 JP Rosevear * conduit/Makefile.am: Fix hard coded library names that were accidentally committed (i'm looking at you miggie) * contact-editor/e-contact-editor.c (categories_clicked): Reflect renaming. * contact-editor/e-contact-editor-categories.[hc]: These are living in gal now svn path=/trunk/; revision=7261 --- addressbook/contact-editor/e-contact-editor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'addressbook/contact-editor/e-contact-editor.c') diff --git a/addressbook/contact-editor/e-contact-editor.c b/addressbook/contact-editor/e-contact-editor.c index ee362dc2d1..0ebe11a513 100644 --- a/addressbook/contact-editor/e-contact-editor.c +++ b/addressbook/contact-editor/e-contact-editor.c @@ -25,7 +25,6 @@ #include "e-contact-editor.h" #include #include -#include #include #include #include "e-util/e-gui-utils.h" @@ -570,7 +569,7 @@ categories_clicked(GtkWidget *button, EContactEditor *editor) gtk_object_get(GTK_OBJECT(editor->card), "categories", &categories, NULL); - dialog = GNOME_DIALOG(e_contact_editor_categories_new(categories)); + dialog = GNOME_DIALOG(e_categories_new(categories)); gtk_widget_show(GTK_WIDGET(dialog)); result = gnome_dialog_run (dialog); g_free (categories); -- cgit v1.2.3