Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_config_dialog.c 


Log Message:
Remove FIXME comments as the module dialog works now
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_config_dialog.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_config_dialog.c   7 Jan 2006 10:39:45 -0000       1.15
+++ e_config_dialog.c   17 Jan 2006 20:25:48 -0000      1.16
@@ -189,9 +189,6 @@
      ok = cfd->view.advanced.apply_cfdata(cfd, cfd->cfdata);
    if (ok)
      {
-// FIXME: this is a nasty hack - from modules conf dialog patch i think. 
-// bad bad. make the modules dialog work WITHOUT this
-//     _e_config_dialog_go(cfd, cfd->view_type);
        e_dialog_button_disable_num_set(cfd->dia, 0, 1);
        e_dialog_button_disable_num_set(cfd->dia, 1, 1);
      }
@@ -221,16 +218,6 @@
    E_Config_Dialog *cfd;
    
    cfd = data;
-
-// FIXME: this is a nasty hack - from modules conf dialog patch i think. 
-// bad bad. make the modules dialog work WITHOUT this
-//   if (cfd->view_dirty)
-//     {
-//     _e_config_dialog_go(cfd, cfd->view_type);
-//     }
-//   else if (!cfd->hide_buttons)
-     {
-       e_dialog_button_disable_num_set(cfd->dia, 0, 0);
-       e_dialog_button_disable_num_set(cfd->dia, 1, 0);
-     }
+   e_dialog_button_disable_num_set(cfd->dia, 0, 0);
+   e_dialog_button_disable_num_set(cfd->dia, 1, 0);
 }




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to