aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog9
-rw-r--r--shell/e-shell.c3
2 files changed, 11 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index bc328a6b38..b92f8d93c0 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,4 +1,13 @@
+2001-08-13 Ettore Perazzoli <ettore@ximian.com>
+
+ [Fix #7109, Evolution crashes when the splash screen dialog is
+ killed by clicking the "X" button.]
+
+ * e-shell.c (e_shell_construct): Connect
+ `gtk_widget_hide_on_delete()' correctly.
+
2001-08-13 Anna Marie Dirks <anna@ximian.com>
+
* importer/import.glade : Changed all instances of "druid"
and "wizard" to "assistant".
diff --git a/shell/e-shell.c b/shell/e-shell.c
index ac6fcc69b6..5c8a7c53cc 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -899,7 +899,8 @@ e_shell_construct (EShell *shell,
splash = NULL;
} else {
splash = e_splash_new ();
- gtk_widget_hide_on_delete (splash);
+ gtk_signal_connect (GTK_OBJECT (splash), "delete_event",
+ GTK_SIGNAL_FUNC (gtk_widget_hide_on_delete), NULL);
gtk_widget_show (splash);
}
class='commitgraph'>* - Update to version 0.9.6krion2003-11-054-38/+23 * De-pkg-comment.knu2003-02-212-1/+1 * Update MASTER_SITESpetef2001-10-081-1/+1 * Update port to 0.9.4jedgar2000-08-023-7/+6 * Use patch for amiga style outbound from author's site, instead of EXTRA_PATCH.steve2000-05-012-1/+4 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3 * update to 0.9.3mharo2000-04-023-10/+13 * change distfile namemharo2000-04-013-16/+31 * Change maintainerjedgar2000-03-241-1/+1 * Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-181-1/+1 * $Id$ -> $FreeBSD$peter1999-08-301-1/+1 * chmod -> ${CHMOD}mharo1999-08-231-2/+2 * Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1 * Switch to USE_ZIPjseger1999-05-071-7/+2 * WWW: This is definately the daemon's work. In Chuck we trust.mharo1999-05-031-1/+1