aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r--shell/e-shell.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index e9ccaa096f..37c8a879b7 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -29,7 +29,6 @@
#endif
#include <bonobo/bonobo-object.h>
-#include <gconf/gconf-client.h>
#include "Evolution.h"
#include "e-shortcuts.h"
@@ -66,11 +65,9 @@ struct _EShellClass {
GtkType e_shell_get_type (void);
void e_shell_construct (EShell *shell,
Evolution_Shell corba_object,
- const char *local_directory,
- GConfClient *gconf_client);
+ const char *local_directory);
-EShell *e_shell_new (const char *local_directory,
- GConfClient *gconf_client);
+EShell *e_shell_new (const char *local_directory);
GtkWidget *e_shell_new_view (EShell *shell,
const char *uri);