aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-07-24 06:17:32 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-07-24 06:17:32 +0800
commitfa88a2c61f749333f3891b4d931116989d1c8fbc (patch)
tree1389f48004053a3dc917b6e47030b94649745e36 /shell/main.c
parenta238c463ddea2a3ddb3a530c75a3a7e1083c9c2d (diff)
downloadgsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar
gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.gz
gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.bz2
gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.lz
gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.xz
gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.tar.zst
gsoc2013-evolution-fa88a2c61f749333f3891b4d931116989d1c8fbc.zip
Ooops, revert changes: wrong branch.
svn path=/trunk/; revision=21926
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/shell/main.c b/shell/main.c
index 8a729822da..740eb091ca 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -29,7 +29,6 @@
#include "e-icon-factory.h"
#include "e-shell-constants.h"
#include "e-shell-config.h"
-#include "e-shell-window.h" /* FIXME */
#include "e-setup.h"
#include "e-shell.h"
@@ -440,7 +439,7 @@ idle_cb (void *data)
view, AND we can't load the user's previous settings, then show the default
URI. */
if (! have_evolution_uri) {
- /* e_shell_create_view (shell, NULL, NULL); FIXME */
+ e_shell_create_view (shell, NULL, NULL);
display_default = TRUE;
displayed_any = TRUE;
} else {
@@ -477,12 +476,8 @@ idle_cb (void *data)
CORBA_exception_free (&ev);
- if (shell == NULL) {
+ if (shell == NULL)
bonobo_main_quit ();
- } else {
- /* FIXME */
- gtk_widget_show (e_shell_window_new (shell));
- }
return FALSE;
}