don't call icon menu end extensions in non-icon menus

SVN revision: 76659
This commit is contained in:
Mike Blumenkrantz 2012-09-14 10:31:39 +00:00
parent fb98544c37
commit 0bf1e15adb
1 changed files with 0 additions and 3 deletions

View File

@ -8378,9 +8378,6 @@ _e_fm2_menu(Evas_Object *obj, unsigned int timestamp)
e_menu_item_callback_set(mi, _e_fm2_file_symlink_menu, sd);
}
}
if (sd->icon_menu.end.func)
sd->icon_menu.end.func(sd->icon_menu.end.data, sd->obj, mn, NULL);
}
man = e_manager_current_get();