aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell.c7
2 files changed, 9 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 537d90be20..40daa553ac 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2001-10-02 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell.c (e_shell_component_maybe_crashed): Make the crash
+ message less dorky. [#10264]
+
+2001-10-02 Ettore Perazzoli <ettore@ximian.com>
+
[Don't allow dragging from a folder to one of its descendants or
onto itself, when the operation is GDK_DRAG_MOVE. This fixes bugs
like #8737.]
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 562893a4a3..a1f47ca8b5 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -1485,9 +1485,10 @@ e_shell_component_maybe_crashed (EShell *shell,
parent_window = GTK_WINDOW (shell_view);
e_notice (parent_window, GNOME_MESSAGE_BOX_ERROR,
- _("Ooops! The views for `%s' have died unexpectedly. :-(\n"
- "This probably means that the %s component has crashed."),
- uri, type_name);
+ _("The Evolution component that handles folders of type \"%s\"\n"
+ "has unexpectedly quit. You will need to quit Evolution and restart\n"
+ "in order to access that data again."),
+ type_name);
if (shell_view)
bonobo_window_deregister_dead_components (BONOBO_WINDOW (shell_view));
href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/ports-mgmt?h=mate-1.20&id=45e67665dec559dae70d88484bbe57fd2124cdb4'>- Update to 0.2.9ahze2005-03-012-3/+3 * Update pkg-descr since HEAD != 5.X anymore.marcus2005-02-271-1/+1 * Update to today's snapshot of pkg_install.marcus2005-02-274-17/+14 * sysutils/portmanager update to 0.2.8leeym2005-02-244-27/+34 * Update to 1.4.tobez2005-02-212-4/+4 * - Update to 0.2.7pav2005-02-218-1062/+15 * - Fix path mangling when running make all-depends-listpav2005-02-172-2/+50 * - Update to 0.2.6_5pav2005-02-152-1/+583 * Update to 2.6.11marcus2005-02-142-4/+12 * - Update to 0.2.6_4:pav2005-02-132-1/+311 * - Fix bug where configuration file would not get readpav2005-02-103-8/+62 * - Update to 0.2.6_2:pav2005-02-093-9/+89 * - disable CONFIGURE_ARGS temporarily (requested by maintainer)leeym2005-02-081-8/+8 * update portmanager to ver 0.2.6leeym2005-02-082-33/+31 * Catch up with latest bsd.port.mk changeseik2005-02-032-94/+177 * - Update to 0.2.5sem2005-01-315-1013/+12 * - Fixes stupid bug introduced in 0.2.4_1 where portmanager overwrites its ownpav2005-01-292-2/+29 * - handle looping by limiting to no more than 2 occurancessem2005-01-283-2/+979 * Update to 1.3arved2005-01-262-3/+3 * - update to 0.2.4:sem2005-01-213-25/+25 * - Update to 0.2.3pav2005-01-193-15/+16 * - Update to 1.2pav2005-01-192-3/+3 * In light of recent tests, update the description of portsnap to notecperciva2005-01-161-2/+3 * Document Horde's XSS vulnerabilities.thierry2005-01-051-0/+1 * Before performing any work, unset a number of environment variables whichdes2004-12-313-2/+18 * - update to 0.2.2sem2004-12-293-5/+21 * - Upgrade to 0.6sem2004-12-292-4/+6 * Oops, I forgot to commit Makefile..knu2004-12-292-0/+4 * Fix the startup script for 4.x.knu2004-12-282-0/+28 * pkg_rmleaves finds packages that are not requested by any other installedpav2004-12-28