aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>2000-01-09 13:21:37 +0800
committerArturo Espinosa <unammx@src.gnome.org>2000-01-09 13:21:37 +0800
commit89db309e06bda8777c005857ebccd6a34ac95739 (patch)
tree72193c5d553291fd91db2bfef4dcd338606c36de /shell/e-shell.h
parent25606cbf7d12360f4a8bca7a4631ce7613894597 (diff)
downloadgsoc2013-evolution-89db309e06bda8777c005857ebccd6a34ac95739.tar
gsoc2013-evolution-89db309e06bda8777c005857ebccd6a34ac95739.tar.gz
gsoc2013-evolution-89db309e06bda8777c005857ebccd6a34ac95739.tar.bz2
gsoc2013-evolution-89db309e06bda8777c005857ebccd6a34ac95739.tar.lz
gsoc2013-evolution-89db309e06bda8777c005857ebccd6a34ac95739.tar.xz
gsoc2013-evolution-89db309e06bda8777c005857ebccd6a34ac95739.tar.zst
gsoc2013-evolution-89db309e06bda8777c005857ebccd6a34ac95739.zip
More work. Before the shortcut changes -mig
svn path=/trunk/; revision=1545
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r--shell/e-shell.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index 6574e1a6d0..dd408f40dd 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -1,7 +1,6 @@
#ifndef E_SHELL_H
#define E_SHELL_H
-#include <gnome.h>
#include <bonobo/gnome-object.h>
#define E_SHELL_GOAD_ID "GOADID:GNOME:Evolution:Shell:1.0"
@@ -16,8 +15,6 @@
typedef struct {
GnomeObject base_object;
- GtkWidget *gnome_app;
-
char *base_uri;
} EShell;
@@ -25,7 +22,7 @@ typedef struct {
GnomeObjectClass *parent_class;
} EShellClass;
-EShell *e_shell_new (const char *base_uri);
+EShell *e_shell_new (const char *base_uri);
void e_shell_set_base_uri (EShell *eshell, const char *base_uri);
const char *e_shell_get_base_uri (EShell *eshell);