aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-09-01 14:29:41 +0800
committerChris Toshok <toshok@src.gnome.org>2000-09-01 14:29:41 +0800
commitcfcd7f04addc2b657d2323063b52605dd2373d46 (patch)
treeebcbac53ba8a2c935dd76f130042b5650be989d1 /shell/e-shell-view.c
parent26112575da034a7a0a79ab2238a01304348eada5 (diff)
downloadgsoc2013-evolution-cfcd7f04addc2b657d2323063b52605dd2373d46.tar
gsoc2013-evolution-cfcd7f04addc2b657d2323063b52605dd2373d46.tar.gz
gsoc2013-evolution-cfcd7f04addc2b657d2323063b52605dd2373d46.tar.bz2
gsoc2013-evolution-cfcd7f04addc2b657d2323063b52605dd2373d46.tar.lz
gsoc2013-evolution-cfcd7f04addc2b657d2323063b52605dd2373d46.tar.xz
gsoc2013-evolution-cfcd7f04addc2b657d2323063b52605dd2373d46.tar.zst
gsoc2013-evolution-cfcd7f04addc2b657d2323063b52605dd2373d46.zip
initialize delayed_selection = NULL;
2000-08-31 Chris Toshok <toshok@helixcode.com> * e-shell-view.c (init): initialize delayed_selection = NULL; svn path=/trunk/; revision=5160
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c1
1 files changed, 1 insertions, 0 deletions
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;