Fix for missing menu entries...

SVN revision: 51753
This commit is contained in:
Miculcy Brian 2010-08-30 15:14:25 +00:00
parent 6632b93444
commit a9918f881b
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ e_int_menus_menu_augmentation_add_sorted(const char *menu,
{
E_Int_Menu_Augmentation *maug;
Eina_List *l;
Eina_Bool old;
Eina_Bool old = EINA_FALSE;
maug = E_NEW(E_Int_Menu_Augmentation, 1);
if (!maug) return NULL;