Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_config_dialog.c e_utils.c 


Log Message:


fix loop - also some comments on dialog thing. its nto good yet.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_config_dialog.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_config_dialog.c   14 Oct 2005 00:19:49 -0000      1.2
+++ e_config_dialog.c   14 Oct 2005 04:18:01 -0000      1.3
@@ -3,6 +3,13 @@
  */
 #include "e.h"
 
+/* FIXME:
+ * * Having 2 cfdata creates is useless. roll the basic and advanced into 1 and
+ *   simply have 2 different views on the same dataset
+ * * We have no way of associating this config data WITH another object (like
+ *   a window border) so we need a way to pass that in.
+ */
+
 /* local subsystem functions */
 static void _e_config_dialog_free(E_Config_Dialog *cfd);
 static void _e_config_dialog_go(E_Config_Dialog *cfd, 
E_Config_Dialog_CFData_Type type);
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_utils.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- e_utils.c   25 Sep 2005 04:58:18 -0000      1.27
+++ e_utils.c   14 Oct 2005 04:18:01 -0000      1.28
@@ -305,6 +305,8 @@
                  free(buf);
                  return 1;
               }
+            free(buf);
+            return 0;
          }
      }
    free(buf);




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to