Enlightenment CVS committal Author : morlenxus Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/winlist Modified Files: e_winlist.c Log Message: Wops, brackets needed. =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/winlist/e_winlist.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_winlist.c 18 Nov 2007 21:01:31 -0000 1.4 +++ e_winlist.c 19 Nov 2007 00:29:15 -0000 1.5 @@ -431,9 +431,10 @@ if (bd->desk != desk) { if ((bd->zone) && (bd->zone != zone)) - if (!e_config->winlist_list_show_other_screen_windows) return; - else - if (!e_config->winlist_list_show_other_desk_windows) return; + { + if (!e_config->winlist_list_show_other_screen_windows) return; + } + else if (!e_config->winlist_list_show_other_desk_windows) return; } } } ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs