ensure that application properties is not shown for any file beginning with |

SVN revision: 74944
This commit is contained in:
Mike Blumenkrantz 2012-08-06 14:11:39 +00:00
parent f8430f2af9
commit c2b7cdb16c
1 changed files with 1 additions and 1 deletions

View File

@ -8405,7 +8405,7 @@ _e_fm2_icon_menu(E_Fm2_Icon *ic, Evas_Object *obj, unsigned int timestamp)
}
}
if ((!ic->info.removable) && ic->info.mime && (!strcmp(ic->info.mime, "application/x-desktop")))
if ((!ic->info.removable) && ic->info.file && (ic->info.file[0] != '|') && ic->info.mime && (!strcmp(ic->info.mime, "application/x-desktop")))
{
mi = e_menu_item_new(mn);
e_menu_item_label_set(mi, _("Application Properties"));