Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/dialogs


Modified Files:
        etk_options_dialog.c 


Log Message:
* Options dialog work

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/dialogs/etk_options_dialog.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- etk_options_dialog.c        7 Oct 2006 09:40:29 -0000       1.12
+++ etk_options_dialog.c        19 Oct 2006 11:47:53 -0000      1.13
@@ -252,17 +252,17 @@
           
 
        /*Advanced*/
-       /*button = etk_tool_button_new_from_stock(ETK_STOCK_PREFERENCES_SYSTEM);
+       button = etk_tool_button_new_from_stock(ETK_STOCK_PREFERENCES_SYSTEM);
        etk_toolbar_append(ETK_TOOLBAR(toolbar), button);
        frame = etk_frame_new("Advanced Settings");
-       etk_signal_connect("pressed", ETK_OBJECT(button), 
ETK_CALLBACK(entropy_etk_options_dialog_frame_set), frame);*/
+       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);
+       button = etk_tool_button_new_from_stock(ETK_STOCK_IMAGE_X_GENERIC);
        etk_toolbar_append(ETK_TOOLBAR(toolbar), button);
 
        frame = etk_frame_new("Thumbnail Settings");
-       etk_signal_connect("pressed", ETK_OBJECT(button), 
ETK_CALLBACK(entropy_etk_options_dialog_frame_set), frame);   */
+       etk_signal_connect("pressed", ETK_OBJECT(button), 
ETK_CALLBACK(entropy_etk_options_dialog_frame_set), frame);   
 
 
        //etk_widget_size_request_set(_entropy_etk_options_dialog, 560, 460);



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