E: Minor formatting fixes.

SVN revision: 74298
This commit is contained in:
Christopher Michael 2012-07-22 14:49:01 +00:00
parent bc5b594dda
commit 636e6af10f
1 changed files with 3 additions and 2 deletions

View File

@ -2005,10 +2005,11 @@ ACT_FN_GO(app_new_instance, )
E_Zone *zone;
zone = _e_actions_zone_get(obj);
if (!zone) zone = e_util_zone_current_get(e_manager_current_get());
if (!zone)
zone = e_util_zone_current_get(e_manager_current_get());
if (!obj) obj = E_OBJECT(e_border_focused_get());
if (!obj || !zone) return;
if ((!obj) || (!zone)) return;
if (obj->type != E_BORDER_TYPE)
{
obj = E_OBJECT(e_border_focused_get());