This is minor, and is only used in ibar
When you want to add a new bar source, the dialog has a space in the entry and you can't see that, so you end up creating a directory with a space as the first character.

I checked e_entry but the space seems there for a reason, removing it makes the entry field collapse, so this hopefully fixes that particular issue with the ibar config.

--
Chady 'Leviathan' Kassouf
http://chady.net/
Index: e_entry_dialog.c
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_entry_dialog.c,v
retrieving revision 1.1
diff -u -r1.1 e_entry_dialog.c
--- e_entry_dialog.c    2 Jun 2006 19:07:50 -0000       1.1
+++ e_entry_dialog.c    7 Aug 2006 22:42:46 -0000
@@ -40,6 +40,7 @@
    ed->ok.data = data;
    ed->cancel.func = func2;
    ed->cancel.data = data;
+   ed->text = strdup("");
    
    dia = e_dialog_new(e_container_current_get(e_manager_current_get()));
    if (!dia) 
-------------------------------------------------------------------------
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to