Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/enhance/src/lib


Modified Files:
        enhance.c 


Log Message:
* ETK API change


===================================================================
RCS file: /cvs/e/e17/proto/enhance/src/lib/enhance.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- enhance.c   11 Sep 2006 15:06:10 -0000      1.31
+++ enhance.c   7 Oct 2006 11:03:12 -0000       1.32
@@ -622,7 +622,7 @@
                image = etk_image_new_from_stock(id, ETK_STOCK_SMALL);
                etk_button_image_set(ETK_BUTTON(wid->wid), ETK_IMAGE(image));
                etk_widget_show(image);
-               etk_widget_visibility_locked_set(image, ETK_TRUE);
+               etk_widget_internal_set(image, ETK_TRUE);
              }
            else
              {
@@ -676,7 +676,7 @@
                image = etk_image_new_from_stock(id, ETK_STOCK_SMALL);
                etk_button_image_set(ETK_BUTTON(wid->wid), ETK_IMAGE(image));
                etk_widget_show(image);
-               etk_widget_visibility_locked_set(image, ETK_TRUE);
+               etk_widget_internal_set(image, ETK_TRUE);
              }
            else
              {
@@ -770,7 +770,7 @@
    else if(!strcmp(name, "toolbar_style"))
      {
             PROPERTY_STR;
-            Etk_Toolbar_Style style = ETK_TOOLBAR_ICONS;
+            Etk_Toolbar_Style style = ETK_TOOLBAR_ICON;
 
             if (value)
               {



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