Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/pager Modified Files: e_mod_main.c Log Message: Cleanup. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_main.c,v retrieving revision 1.71 retrieving revision 1.72 diff -u -3 -r1.71 -r1.72 --- e_mod_main.c 21 Mar 2005 20:34:57 -0000 1.71 +++ e_mod_main.c 21 Mar 2005 20:58:43 -0000 1.72 @@ -970,18 +970,15 @@ /* and this pager zone is for this border */ /* see if the window is in this pager at all */ pw = _pager_face_border_find(face, ev->border); - /* is it sticky */ - if (ev->border->sticky) - { - /* if its sticky and in this pager - its already everywhere, so abort - * doing anything else */ - if (pw) return 1; - } - - /* its not sticky but its in the pager */ - /* move it to the right desk */ if (pw) { + /* is it sticky */ + if (ev->border->sticky) + { + /* if its sticky and in this pager - its already everywhere, so abort + * doing anything else */ + return 1; + } /* move it to the right desk */ /* find the pager desk of the target desk */ pd = _pager_face_desk_find(face, ev->border->desk); ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs