Formatting.

SVN revision: 44751
This commit is contained in:
Christopher Michael 2009-12-28 22:13:42 +00:00
parent 0ce016e249
commit c7a233c60e
1 changed files with 1 additions and 2 deletions

View File

@ -470,8 +470,7 @@ _il_home_desktop_run(Il_Home_Win *hwin, Efreet_Desktop *desktop)
E_Border *b;
char buff[PATH_MAX];
if (!desktop) return;
if (!desktop->exec) return;
if ((!desktop) || (!desktop->exec)) return;
EINA_LIST_FOREACH(exes, l, exe)
{