e - lost windows menu is back. no windows menu does not handle it.

fix lack of lost windows submenu. no - windows menu does not handle
it. lost windows lists windows that are LOST - out of screen bounds.
this happens a lot with some apps asking to be placed out of bounds
for whatever silly reasons they have. you literally cannot get these
windows back without this menu. bring it back!

@fix
This commit is contained in:
Carsten Haitzler 2015-04-03 17:53:26 +09:00
parent f6e8305309
commit c85c02ab0d
1 changed files with 0 additions and 2 deletions

View File

@ -195,7 +195,6 @@ e_int_menus_main_new(void)
e_menu_item_submenu_set(mi, subm);
e_object_data_set(E_OBJECT(subm), dat);
#if 0 // lost windows already handled inside "Windows" from main menu.
subm = e_int_menus_lost_clients_new();
e_object_data_set(E_OBJECT(subm), dat);
dat->lost_clients = subm;
@ -203,7 +202,6 @@ e_int_menus_main_new(void)
e_menu_item_label_set(mi, _("Lost Windows"));
e_util_menu_item_theme_icon_set(mi, "preferences-windows-lost");
e_menu_item_submenu_set(mi, subm);
#endif
l = _e_int_menus_augmentation_find("main/3");
if (l) _e_int_menus_augmentation_add(m, l);