Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_spectrum.c e_test.c e_widget_csel.c 


Log Message:
cleanups

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_spectrum.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_spectrum.c        14 Aug 2006 20:08:33 -0000      1.4
+++ e_spectrum.c        14 Aug 2006 23:30:31 -0000      1.5
@@ -258,7 +258,11 @@
   float vx, vy, vz;
 
   data = evas_object_image_data_get(sp->o_spectrum, 1);
-  if (!data) return;
+  if (!data) 
+  {
+    sp->draw_timer = NULL;
+    return 0;
+  }
 
   switch(sp->mode)
   {
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_test.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- e_test.c    14 Aug 2006 15:22:45 -0000      1.65
+++ e_test.c    14 Aug 2006 23:30:31 -0000      1.66
@@ -814,6 +814,7 @@
    e_dialog_title_set(dia, "Test Color Selector");
 
    color = calloc(1, sizeof(E_Color));
+   color->a = 255;
 
    o = e_widget_csel_add(dia->win->evas, color);
    evas_object_show(o);
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_csel.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_widget_csel.c     14 Aug 2006 07:05:31 -0000      1.2
+++ e_widget_csel.c     14 Aug 2006 23:30:32 -0000      1.3
@@ -168,10 +168,6 @@
    e_widget_sub_object_add(obj, frame);
    grp = e_widget_radio_group_new(&wd->mode);
 
-   cv->r = 20; cv->g = 120; cv->b = 79;
-   cv->a = 255;
-   e_color_update_rgb(cv);
-
    wd->values = calloc(E_COLOR_COMPONENT_MAX, sizeof(char *));
 
    for(i = 0; i < E_COLOR_COMPONENT_MAX; i++)
@@ -236,7 +232,7 @@
 
    e_widget_table_object_append(table, frame, 3, 1, 1, 1, 1, 1, 1, 1);
 
-   return table;
+   return obj;
 }
 
 



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