app->type can't be both.

SVN revision: 31756
This commit is contained in:
Sebastian Dransfeld 2007-09-19 05:14:26 +00:00
parent aedfe0f839
commit 9e24589648
1 changed files with 2 additions and 2 deletions

View File

@ -830,7 +830,7 @@ _ibar_cb_icon_mouse_up(void *data, Evas *e, Evas_Object *obj, void *event_info)
{
if (ic->app->type == EFREET_DESKTOP_TYPE_APPLICATION)
e_exec(ic->ibar->inst->gcc->gadcon->zone, ic->app, NULL, NULL, "ibar");
if (ic->app->type == EFREET_DESKTOP_TYPE_LINK)
else if (ic->app->type == EFREET_DESKTOP_TYPE_LINK)
{
if (strncasecmp (ic->app->url, "file:", 5) == 0)
{