From 664197d4456ceb86ef4a3bd01efc93a7a8eb7aef Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 6 Apr 2000 18:38:54 +0000 Subject: 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 * 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 --- shell/main.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'shell/main.c') 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 ( -- cgit v1.2.3