diff options
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 9 |
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; } |