Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_wallpaper_import.c 


Log Message:


some more comments

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_wallpaper_import.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_int_config_wallpaper_import.c     7 Aug 2006 20:25:34 -0000       1.1
+++ e_int_config_wallpaper_import.c     7 Aug 2006 20:30:10 -0000       1.2
@@ -5,6 +5,7 @@
 #define IMPORT_STRETCH 0
 #define IMPORT_TILE 1
 #define IMPORT_CENTER 2
+/* FIXME handle these 2 */
 #define IMPORT_SCALE_ASPECT_IN 3
 #define IMPORT_SCALE_ASPECT_OUT 4
 
@@ -123,6 +124,7 @@
 static void _import_cb_wid_on_focus(void *data, Evas_Object *obj);
 static void _import_cb_key_down(void *data, Evas *e, Evas_Object *obj, void 
*event);
 
+/* FIXME: save previous dev/dir and restore it to browse that dir */
 EAPI E_Win *
 e_int_config_wallpaper_import(E_Config_Dialog *parent)
 {
@@ -266,6 +268,8 @@
    path = e_widget_fsel_selection_path_get(import->fsel_obj);
    E_FREE(import->cfdata->file);
    if (path) import->cfdata->file = strdup(path);
+   /* FIXME: based on selection - disable or enable the scale options ie .edj 
files
+    * do not use the options */
 }
 
 static void 
@@ -356,7 +360,7 @@
    import = data;
    if (ev->exe != import->exe) return 1;
    
-   /* FIXME - error code */
+   /* FIXME - error code - handle */
    
    e_int_config_wallpaper_update(import->parent, import->fdest);
 



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