Enlightenment CVS committal

Author  : lok
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/dialogs


Modified Files:
        etk_options_dialog.c 


Log Message:
Update to the latest API changes.

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/dialogs/etk_options_dialog.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- etk_options_dialog.c        13 Apr 2007 05:51:21 -0000      1.15
+++ etk_options_dialog.c        14 Jul 2007 00:16:08 -0000      1.16
@@ -187,7 +187,7 @@
        
        /*General settings*/
        button = etk_tool_button_new_from_stock(ETK_STOCK_APPLICATIONS_SYSTEM);
-       etk_toolbar_append(ETK_TOOLBAR(toolbar), button);
+       etk_toolbar_append(ETK_TOOLBAR(toolbar), button, ETK_BOX_START);
 
        /*General frame*/
        frame = etk_frame_new("General Settings");
@@ -252,13 +252,13 @@
 
        /*Advanced*/
        button = etk_tool_button_new_from_stock(ETK_STOCK_PREFERENCES_SYSTEM);
-       etk_toolbar_append(ETK_TOOLBAR(toolbar), button);
+       etk_toolbar_append(ETK_TOOLBAR(toolbar), button, ETK_BOX_START);
        frame = etk_frame_new("Advanced Settings");
        etk_signal_connect("pressed", ETK_OBJECT(button), 
ETK_CALLBACK(entropy_etk_options_dialog_frame_set), frame);
 
        /*Thumbnail*/
        button = etk_tool_button_new_from_stock(ETK_STOCK_IMAGE_X_GENERIC);
-       etk_toolbar_append(ETK_TOOLBAR(toolbar), button);
+       etk_toolbar_append(ETK_TOOLBAR(toolbar), button, ETK_BOX_START);
 
        frame = etk_frame_new("Thumbnail Settings");
        etk_signal_connect("pressed", ETK_OBJECT(button), 
ETK_CALLBACK(entropy_etk_options_dialog_frame_set), frame);   



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to