Enlightenment CVS committal

Author  : lok
Project : e17
Module  : proto

Dir     : e17/proto/enhance/src/lib


Modified Files:
        enhance_widget.c 


Log Message:
Bugfix on image buttons.

===================================================================
RCS file: /cvs/e/e17/proto/enhance/src/lib/enhance_widget.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- enhance_widget.c    31 Jul 2006 20:06:55 -0000      1.13
+++ enhance_widget.c    7 Aug 2006 02:10:10 -0000       1.14
@@ -1060,5 +1060,7 @@
      {
         if(ETK_IS_IMAGE(child->wid))
           etk_button_image_set(ETK_BUTTON(parent->wid), ETK_IMAGE(child->wid));
+        else
+          etk_container_add(ETK_CONTAINER(parent->wid), child->wid);
      }
 }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to