aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-shell-view.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 503ac66817..a7971bd973 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-31 Chris Toshok <toshok@helixcode.com>
+
+ * e-shell-view.c (init): initialize delayed_selection = NULL;
+
2000-09-01 Ettore Perazzoli <ettore@helixcode.com>
* evolution-storage.c (evolution_storage_new_folder): Handle @path
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index f1fc3402f0..a6acdb5b41 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -636,6 +636,7 @@ init (EShellView *shell_view)
priv->shell = NULL;
priv->uih = NULL;
priv->uri = NULL;
+ priv->delayed_selection = NULL;
priv->appbar = NULL;
priv->hpaned = NULL;