Typo fix
svn path=/trunk/; revision=3794
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2000-06-29 Peter Williams <peter@beta.newton.cx>
|
||||
|
||||
* e-shell.c (e_shell_restore_from_settings): Check for the
|
||||
insanely invalid NumberOfViews = 0 case.
|
||||
|
||||
2000-06-29 Peter Williams <peter@helixcode.com>
|
||||
|
||||
* e-shell.c (e_shell_construct): Ref the various E-things that
|
||||
|
||||
@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user