diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-01 10:54:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-01 10:54:15 +0800 |
commit | c1a12789acbbc59830e9141da9024debaecccdb2 (patch) | |
tree | a6ffda18f688fc08e6dd0c63214e949146ab4adc /shell | |
parent | b915f8b5bd5e2da3711f08ac4b18d28bc9e7a21b (diff) | |
download | gsoc2013-evolution-c1a12789acbbc59830e9141da9024debaecccdb2.tar.gz gsoc2013-evolution-c1a12789acbbc59830e9141da9024debaecccdb2.tar.zst gsoc2013-evolution-c1a12789acbbc59830e9141da9024debaecccdb2.zip |
Bug 580893 – Kill libgnome/gnome-gconf
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-window.c | 1 | ||||
-rw-r--r-- | shell/e-sidebar.c | 1 | ||||
-rw-r--r-- | shell/e-user-creatable-items-handler.c | 1 |
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; |