aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-01 04:28:36 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-01 04:28:36 +0800
commit1c198bd71100c3c0af0aa1d80bb0e1f51918c4f2 (patch)
tree7027ea5ea0842e0890cb9d3b67ad9dae52e6a2fa /addressbook/gui
parent5e479d0a2d40200a1edce50a659d1ada8fe721f7 (diff)
downloadgsoc2013-evolution-1c198bd71100c3c0af0aa1d80bb0e1f51918c4f2.tar
gsoc2013-evolution-1c198bd71100c3c0af0aa1d80bb0e1f51918c4f2.tar.gz
gsoc2013-evolution-1c198bd71100c3c0af0aa1d80bb0e1f51918c4f2.tar.bz2
gsoc2013-evolution-1c198bd71100c3c0af0aa1d80bb0e1f51918c4f2.tar.lz
gsoc2013-evolution-1c198bd71100c3c0af0aa1d80bb0e1f51918c4f2.tar.xz
gsoc2013-evolution-1c198bd71100c3c0af0aa1d80bb0e1f51918c4f2.tar.zst
gsoc2013-evolution-1c198bd71100c3c0af0aa1d80bb0e1f51918c4f2.zip
Bug 580896 – Kill libgnome/gnome-program
Removed e-util/e-gui-utils.[ch].
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c1
-rw-r--r--addressbook/gui/widgets/eab-popup-control.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index c3a73fbcd5..9eaf9897ba 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -45,7 +45,6 @@
#include "addressbook/printing/e-contact-print.h"
#include "addressbook/gui/widgets/eab-gui-util.h"
#include "e-util/e-util.h"
-#include "e-util/e-gui-utils.h"
#include "e-util/e-error.h"
#include "misc/e-dateedit.h"
#include "misc/e-image-chooser.h"
diff --git a/addressbook/gui/widgets/eab-popup-control.c b/addressbook/gui/widgets/eab-popup-control.c
index de3d21b7d6..6a702f3941 100644
--- a/addressbook/gui/widgets/eab-popup-control.c
+++ b/addressbook/gui/widgets/eab-popup-control.c
@@ -33,7 +33,6 @@
#include <addressbook/gui/contact-editor/e-contact-quick-add.h>
#include <addressbook/gui/widgets/eab-contact-display.h>
#include <addressbook/gui/widgets/eab-gui-util.h>
-#include "e-util/e-gui-utils.h"
static void eab_popup_control_set_name (EABPopupControl *pop, const gchar *name);
static void eab_popup_control_set_email (EABPopupControl *pop, const gchar *email);