Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:


fix several bugs (cursors for example)... found some more... :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -3 -r1.157 -r1.158
--- e_mod_main.c        30 Dec 2005 14:21:29 -0000      1.157
+++ e_mod_main.c        6 Jan 2006 13:56:46 -0000       1.158
@@ -1558,8 +1558,8 @@
             e_popup_edje_bg_object_set(pp->popup, pp->bg_object);
             e_popup_ignore_events_set(pp->popup, 1);
             e_popup_move_resize(pp->popup,
-                                pp->popup->zone->x + ((pp->popup->zone->w - w) 
/ 2),
-                                pp->popup->zone->y + ((pp->popup->zone->h - h) 
/ 2),
+                                ((pp->popup->zone->w - w) / 2),
+                                ((pp->popup->zone->h - h) / 2),
                                 w, h);
             e_bindings_mouse_grab(E_BINDING_CONTEXT_POPUP, 
pp->popup->evas_win);
             e_bindings_wheel_grab(E_BINDING_CONTEXT_POPUP, 
pp->popup->evas_win);




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to