Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
Allow spaces in window classes (OOo)
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -3 -r1.104 -r1.105
--- e_border.c  7 Mar 2005 12:42:31 -0000       1.104
+++ e_border.c  7 Mar 2005 16:31:30 -0000       1.105
@@ -3057,7 +3057,7 @@
        homedir = e_user_homedir_get();
 
        snprintf(buf, sizeof(buf),
-                "--win-class %s %s/.e/e/applications/all/%s.eapp",
+                "--win-class \"%s\" %s/.e/e/applications/all/%s.eapp",
                 bd->client.icccm.class, homedir, name);
        mi = e_menu_item_new(m);
        e_menu_item_label_set(mi, "Create Icon");




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to