diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-09 13:21:37 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-09 13:21:37 +0800 |
commit | 89db309e06bda8777c005857ebccd6a34ac95739 (patch) | |
tree | 72193c5d553291fd91db2bfef4dcd338606c36de /shell/e-shell.h | |
parent | 25606cbf7d12360f4a8bca7a4631ce7613894597 (diff) | |
download | gsoc2013-evolution-89db309e06bda8777c005857ebccd6a34ac95739.tar.gz 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.h | 5 |
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); |