aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-01 10:54:15 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-01 10:54:15 +0800
commitc1a12789acbbc59830e9141da9024debaecccdb2 (patch)
treea6ffda18f688fc08e6dd0c63214e949146ab4adc
parentb915f8b5bd5e2da3711f08ac4b18d28bc9e7a21b (diff)
downloadgsoc2013-evolution-c1a12789acbbc59830e9141da9024debaecccdb2.tar
gsoc2013-evolution-c1a12789acbbc59830e9141da9024debaecccdb2.tar.gz
gsoc2013-evolution-c1a12789acbbc59830e9141da9024debaecccdb2.tar.bz2
gsoc2013-evolution-c1a12789acbbc59830e9141da9024debaecccdb2.tar.lz
gsoc2013-evolution-c1a12789acbbc59830e9141da9024debaecccdb2.tar.xz
gsoc2013-evolution-c1a12789acbbc59830e9141da9024debaecccdb2.tar.zst
gsoc2013-evolution-c1a12789acbbc59830e9141da9024debaecccdb2.zip
Bug 580893 – Kill libgnome/gnome-gconf
-rw-r--r--shell/e-shell-window.c1
-rw-r--r--shell/e-sidebar.c1
-rw-r--r--shell/e-user-creatable-items-handler.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 204b9286b0..516df0cfdb 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -46,7 +46,6 @@
#include <bonobo/bonobo-widget.h>
#include <glib/gi18n.h>
-#include <libgnome/gnome-gconf.h>
#include <gconf/gconf-client.h>
diff --git a/shell/e-sidebar.c b/shell/e-sidebar.c
index 37ff2fed13..7b8ba1a53a 100644
--- a/shell/e-sidebar.c
+++ b/shell/e-sidebar.c
@@ -29,7 +29,6 @@
#include "e-util/e-util.h"
#include <gconf/gconf-client.h>
-#include <libgnome/gnome-gconf.h>
typedef struct {
GtkWidget *button_widget;
diff --git a/shell/e-user-creatable-items-handler.c b/shell/e-user-creatable-items-handler.c
index 4ba247342c..30b0d1dfa2 100644
--- a/shell/e-user-creatable-items-handler.c
+++ b/shell/e-user-creatable-items-handler.c
@@ -43,7 +43,6 @@
#include <string.h>
#include <gconf/gconf-client.h>
-#include <libgnome/gnome-gconf.h>
struct _Component {
char *id, *alias;