aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2001-01-05 05:56:16 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-01-05 05:56:16 +0800
commit5ff5cd81532edda57a0793273fee0cdadef07dd9 (patch)
treecbf4db4f680092b57f36b89d166e200c20d02580 /addressbook/gui/contact-editor/e-contact-editor.c
parent2bd88e7f2587809a6079a8cfd92876be50a46ee6 (diff)
downloadgsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar
gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.gz
gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.bz2
gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.lz
gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.xz
gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.tar.zst
gsoc2013-evolution-5ff5cd81532edda57a0793273fee0cdadef07dd9.zip
Remove non-existent file
2001-01-04 JP Rosevear <jpr@helixcode.com> * POTFILES.in: Remove non-existent file 2001-01-04 JP Rosevear <jpr@helixcode.com> * 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
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index ee362dc2d1..0ebe11a513 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -25,7 +25,6 @@
#include "e-contact-editor.h"
#include <e-contact-editor-fullname.h>
#include <e-contact-editor-address.h>
-#include <e-contact-editor-categories.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk-pixbuf/gnome-canvas-pixbuf.h>
#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);