aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell-view.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index dedaf7188f..4790299adc 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-07 Matt Wilson <msw@redhat.com>
+
+ * e-shell-view.c (init): initialize priv->sockets to NULL, fixes
+ startup crash on non-ia32 platforms
+
2000-10-06 Ettore Perazzoli <ettore@helixcode.com>
* e-shell-view.c: New member `sockets.
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index acd829def3..228529da52 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -675,6 +675,7 @@ init (EShellView *shell_view)
priv->progress_bar_timeout_id = 0;
priv->progress_bar_value = 0;
+ priv->sockets = NULL;
shell_view->priv = priv;
}
move indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-101-1/+1 * - Mark these ports as stage safemiwi2014-01-231-1/+0 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Update to 1.2.3miwi2013-02-012-8/+4 * - Update to 1.2.2miwi2012-01-152-3/+3 * - Update to 1.1.0miwi2011-02-132-4/+3 * - Update to 1.0.0miwi2010-07-012-4/+4 * - Take over maintainershipmiwi2009-08-231-1/+1 * - Update to 0.99.5miwi2009-05-022-4/+4 * - Update to 0.99.4miwi2009-03-282-4/+4 * - Update to 0.99.2miwi2008-12-072-4/+4