From a9918f881bbf7364120eb921cd952ed41ae8c9db Mon Sep 17 00:00:00 2001 From: Miculcy Brian Date: Mon, 30 Aug 2010 15:14:25 +0000 Subject: [PATCH] Fix for missing menu entries... SVN revision: 51753 --- src/bin/e_int_menus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_int_menus.c b/src/bin/e_int_menus.c index a543090c8..ef46c8af3 100644 --- a/src/bin/e_int_menus.c +++ b/src/bin/e_int_menus.c @@ -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;