aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-06-30 00:36:43 +0800
committerPeter Williams <peterw@src.gnome.org>2000-06-30 00:36:43 +0800
commiteb200d7ae034abefc93fd704ec16c19981d868e5 (patch)
tree71839e9dde7a64e30284732cee8dd49730c6e735 /shell/e-shell.c
parent8ba0e76ccb80df199a04f8b9d60afcf7e5930666 (diff)
downloadgsoc2013-evolution-eb200d7ae034abefc93fd704ec16c19981d868e5.tar
gsoc2013-evolution-eb200d7ae034abefc93fd704ec16c19981d868e5.tar.gz
gsoc2013-evolution-eb200d7ae034abefc93fd704ec16c19981d868e5.tar.bz2
gsoc2013-evolution-eb200d7ae034abefc93fd704ec16c19981d868e5.tar.lz
gsoc2013-evolution-eb200d7ae034abefc93fd704ec16c19981d868e5.tar.xz
gsoc2013-evolution-eb200d7ae034abefc93fd704ec16c19981d868e5.tar.zst
gsoc2013-evolution-eb200d7ae034abefc93fd704ec16c19981d868e5.zip
Typo fix
svn path=/trunk/; revision=3794
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 25a7d5903a..3cf7043183 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -644,7 +644,9 @@ e_shell_restore_from_settings (EShell *shell)
gconf_error_destroy (err);
return FALSE;
}
-
+ if (num_views == 0)
+ return FALSE;
+
retval = TRUE;
for (i = 0; i < num_views; i++) {