diff options
author | Miguel de Icaza <miguel@gnu.org> | 2000-04-07 02:38:54 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-04-07 02:38:54 +0800 |
commit | 664197d4456ceb86ef4a3bd01efc93a7a8eb7aef (patch) | |
tree | c78604fa09cc133340a702c8aa7d9452c80e946e /shell/main.c | |
parent | eb9e77424615f640c32913696d9e8b0c7a0c3249 (diff) | |
download | gsoc2013-evolution-664197d4456ceb86ef4a3bd01efc93a7a8eb7aef.tar.gz gsoc2013-evolution-664197d4456ceb86ef4a3bd01efc93a7a8eb7aef.tar.zst gsoc2013-evolution-664197d4456ceb86ef4a3bd01efc93a7a8eb7aef.zip |
Moved all ChangeLog entries for the shell to shell/ChangeLog.
Moved all ChangeLog entries for the shell to shell/ChangeLog.
Fixed the icon loading for the shortcut bar bug.
2000-04-06 Miguel de Icaza <miguel@gnu.org>
* shell/e-shortcut.c (shell_icon_cb): Append a slash here.
(shell_icons): Only list the filenames.
* shell/main.c (evolution_boot): Be less rude.
svn path=/trunk/; revision=2310
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/shell/main.c b/shell/main.c index 71060acf38..d03c925b44 100644 --- a/shell/main.c +++ b/shell/main.c @@ -69,9 +69,13 @@ evolution_boot (void) { EShellView *e_shell_view; - /* FIXME: this is rude */ - if (!e_setup_base_dir ()) + if (!e_setup_base_dir ()){ + e_notice ( + NULL, GNOME_MESSAGE_BOX_ERROR, + _("It was not possible to setup the Evolution startup files. Please\n" + "fix the problem, and restart Evolution")); exit (0); + } eshell = e_shell_new (); e_shell_view = E_SHELL_VIEW ( |