Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/pager


Modified Files:
        e_mod_main.c 


Log Message:
Reset test to button 1 to select desk.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -3 -r1.205 -r1.206
--- e_mod_main.c        3 Jan 2007 06:14:04 -0000       1.205
+++ e_mod_main.c        21 Jan 2007 21:36:17 -0000      1.206
@@ -1701,7 +1701,7 @@
    ev = event_info;
    pd = data;
    /* FIXME: pd->pager->dragging is 0 when finishing a drag from desk to desk 
*/
-   if ((ev->button == pager_config->btn_drag) && (!pd->pager->dragging) &&
+   if ((ev->button == 1) && (!pd->pager->dragging) &&
        (!pd->pager->just_dragged))
      {
        e_desk_show(pd->desk);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to