Enlightenment CVS committal

Author  : raster
Project : e17
Module  : proto

Dir     : e17/proto/python-efl/python-edje/examples/evas-demo/03-kinetic_list


Modified Files:
        03-kinetic_list.py 


Log Message:


move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() will
probably die as it's already got legacy funcion methods for layer etc. stuff.

===================================================================
RCS file: 
/cvs/e/e17/proto/python-efl/python-edje/examples/evas-demo/03-kinetic_list/03-kinetic_list.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- 03-kinetic_list.py  31 Jul 2007 22:35:16 -0000      1.1
+++ 03-kinetic_list.py  4 Aug 2007 13:12:43 -0000       1.2
@@ -204,7 +204,7 @@
             self.pixel_per_sec -= self.pixel_per_sec / 10
             self.__update_screen()
 
-        ecore.timer_add(0.1, self.__do_scroll)
+        ecore.timer_add(0.02, self.__do_scroll)
 
     def __do_magnetic_scroll(self):
         if self.pixels_left <= 0 or abs(self.pixel_per_sec) < 1:



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to