Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/examine

Dir     : e17/apps/examine/src


Modified Files:
        examine.c 


Log Message:
Give a much more kind range if the property is not bounded

===================================================================
RCS file: /cvs/e/e17/apps/examine/src/examine.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- examine.c   16 Aug 2006 10:01:30 -0000      1.39
+++ examine.c   4 Sep 2006 18:39:37 -0000       1.40
@@ -276,6 +276,9 @@
       if (prop_item->bound & BOUND_BOUND) {
         ewl_range_minimum_value_set(EWL_RANGE(entries[1]), prop_item->min);
         ewl_range_maximum_value_set(EWL_RANGE(entries[1]), prop_item->max);
+      } else {
+        ewl_range_minimum_value_set(EWL_RANGE(entries[1]), -99999);
+        ewl_range_maximum_value_set(EWL_RANGE(entries[1]), 99999);
       }
       if (prop_item->bound & BOUND_STEPPED)
         ewl_range_step_set(EWL_RANGE(entries[1]), prop_item->step);



-------------------------------------------------------------------------
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