Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_scrollframe.c 


Log Message:
Be sure to trap the correct pan event, not just the changed event twice :)
This fixed config panel scroll bug.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_scrollframe.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_scrollframe.c     24 Aug 2006 04:16:04 -0000      1.13
+++ e_scrollframe.c     4 Sep 2006 22:33:20 -0000       1.14
@@ -97,7 +97,7 @@
        o = e_pan_add(evas_object_evas_get(obj));
        sd->pan_obj = o;
        evas_object_smart_callback_add(o, "changed", _e_smart_pan_changed_hook, 
sd);
-       evas_object_smart_callback_add(o, "changed", 
_e_smart_pan_pan_changed_hook, sd);
+       evas_object_smart_callback_add(o, "pan_changed", 
_e_smart_pan_pan_changed_hook, sd);
        evas_object_show(o);
        edje_object_part_swallow(sd->edje_obj, "e.swallow.content", o);
      }
@@ -356,7 +356,7 @@
    Evas_Event_Mouse_Wheel *ev;
    E_Smart_Data *sd;
    Evas_Coord x = 0, y = 0;
-   
+
    sd = data;
    ev = event_info;
    e_scrollframe_child_pos_get(sd->smart_obj, &x, &y);



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to