Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_eap_editor.c 


Log Message:
Add preview when selecting icons.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_eap_editor.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- e_eap_editor.c      14 Aug 2006 17:48:52 -0000      1.40
+++ e_eap_editor.c      27 Aug 2006 03:36:33 -0000      1.41
@@ -426,7 +426,7 @@
 
    o = e_widget_fsel_add(dia->win->evas, "~/", "/", NULL, NULL,
                         _e_eap_edit_select_cb, cfdata,
-                        _e_eap_edit_change_cb, cfdata, 0);
+                        _e_eap_edit_change_cb, cfdata, 1);
    evas_object_show(o);
    e_widget_min_size_get(o, &mw, &mh);
    e_dialog_content_set(dia, o, mw, mh);
@@ -437,7 +437,7 @@
    e_dialog_resizable_set(dia, 1);
    e_win_centered_set(dia->win, 1);
    e_dialog_show(dia);
-   e_win_resize(dia->win, 400, 300);
+   e_win_resize(dia->win, 475, 341);
 }
 
 static void



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