aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog9
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-address.c1
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-fullname.c1
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-im.c1
-rw-r--r--addressbook/gui/widgets/e-addressbook-view.c4
-rw-r--r--addressbook/printing/e-contact-print.c1
6 files changed, 11 insertions, 6 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 14cad13c37..f8b64c868e 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,14 @@
2009-01-10 Matthew Barnes <mbarnes@redhat.com>
+ * gui/contact-editor/e-contact-editor-fullname.c:
+ * gui/contact-editor/e-contact-editor-im.c:
+ * gui/contact-editor/e-contact-editor-address.c:
+ * gui/widgets/e-addressbook-view.c:
+ * printing/e-contact-print.c:
+ Remove unneeded #include <libgnome/gnome-util.h>.
+
+2009-01-10 Matthew Barnes <mbarnes@redhat.com>
+
* gui/component/addressbook-view.c:
* gui/contact-editor/e-contact-editor.h:
* gui/contact-editor/e-contact-quick-add.c:
diff --git a/addressbook/gui/contact-editor/e-contact-editor-address.c b/addressbook/gui/contact-editor/e-contact-editor-address.c
index be8c75e636..111dfe3bca 100644
--- a/addressbook/gui/contact-editor/e-contact-editor-address.c
+++ b/addressbook/gui/contact-editor/e-contact-editor-address.c
@@ -26,7 +26,6 @@
#include <e-util/e-util-private.h>
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include <misc/e-gui-utils.h>
#include <string.h>
#include <stdlib.h>
diff --git a/addressbook/gui/contact-editor/e-contact-editor-fullname.c b/addressbook/gui/contact-editor/e-contact-editor-fullname.c
index db7030e98b..3eeaa9d6ed 100644
--- a/addressbook/gui/contact-editor/e-contact-editor-fullname.c
+++ b/addressbook/gui/contact-editor/e-contact-editor-fullname.c
@@ -23,7 +23,6 @@
#include <config.h>
#include "e-contact-editor-fullname.h"
#include <e-util/e-util-private.h>
-#include <libgnome/gnome-util.h>
#include <glib/gi18n.h>
static void e_contact_editor_fullname_init (EContactEditorFullname *card);
diff --git a/addressbook/gui/contact-editor/e-contact-editor-im.c b/addressbook/gui/contact-editor/e-contact-editor-im.c
index cc4fcc5d05..65a70f432b 100644
--- a/addressbook/gui/contact-editor/e-contact-editor-im.c
+++ b/addressbook/gui/contact-editor/e-contact-editor-im.c
@@ -22,7 +22,6 @@
#include <config.h>
#include "e-contact-editor-im.h"
-#include <libgnome/gnome-util.h>
#include <glib/gi18n.h>
#include <string.h>
#include <e-util/e-util-private.h>
diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c
index dc0b234745..3b1fd8191c 100644
--- a/addressbook/gui/widgets/e-addressbook-view.c
+++ b/addressbook/gui/widgets/e-addressbook-view.c
@@ -24,7 +24,6 @@
#include <config.h>
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include <table/e-table-scrolled.h>
#include <table/e-table-model.h>
#include <misc/e-gui-utils.h>
@@ -554,7 +553,8 @@ init_collection (void)
gal_view_collection_set_title (collection, _("Address Book"));
- galview = gnome_util_prepend_user_home("/.evolution/addressbook/views");
+ galview = g_build_filename (
+ e_get_user_data_dir (), "addressbook", "views", NULL);
addressbookdir = g_build_filename (EVOLUTION_GALVIEWSDIR,
"addressbook",
NULL);
diff --git a/addressbook/printing/e-contact-print.c b/addressbook/printing/e-contact-print.c
index 23abe184ca..0ba9dbb71a 100644
--- a/addressbook/printing/e-contact-print.c
+++ b/addressbook/printing/e-contact-print.c
@@ -29,7 +29,6 @@
#include <libxml/tree.h>
#include <libxml/parser.h>
#include <libxml/xmlmemory.h>
-#include <libgnome/gnome-util.h>
#include <glib/gi18n.h>
#include <libebook/e-book.h>
#include <libebook/e-contact.h>