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.c | |
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.c')
-rw-r--r-- | shell/e-shell.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index ef03135102..805d207406 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -59,9 +59,6 @@ e_shell_class_init (GtkObjectClass *object_class) static void e_shell_init (GtkObject *object) { - EShell *eshell = E_SHELL (object); - - eshell->gnome_app = gnome_app_new ("Evolution", "Evolution"); } void |