Enlightenment CVS committal Author : chaos Project : e17 Module : proto/entropy
Dir : e17/proto/entropy/src/dialogs Modified Files: etk_options_dialog.c Log Message: Options dialog logic - thanks devilhorns =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/dialogs/etk_options_dialog.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- etk_options_dialog.c 5 Aug 2007 01:10:49 -0000 1.18 +++ etk_options_dialog.c 18 Aug 2007 10:17:06 -0000 1.19 @@ -92,9 +92,9 @@ Ecore_List* keys; char* key; - etk_widget_hide(_entropy_etk_options_dialog); + if (!((int)data ==1)) etk_widget_hide(_entropy_etk_options_dialog); - if ((int)data == 0) { + if ((int)data == 0 || (int)data == 1 ) { printf("Save config selected..\n"); keys = ecore_hash_keys(_entropy_global_options_hash); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs