Fix a bunch of stupid warnings caused by missing includes. Also
placate GCC on a bogus "uninitialized variable" error. svn path=/trunk/; revision=10438
This commit is contained in:
@ -776,7 +776,9 @@ e_shell_construct (EShell *shell,
|
||||
if (register_shell (shell, iid) != OAF_REG_SUCCESS)
|
||||
return FALSE;
|
||||
|
||||
if (show_splash) {
|
||||
if (! show_splash) {
|
||||
splash = NULL;
|
||||
} else {
|
||||
splash = e_splash_new ();
|
||||
gtk_widget_show (splash);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user