Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        menus-misc.c 


Log Message:
Fix setting border style using winops menu.

===================================================================
RCS file: /cvs/e/e16/e/src/menus-misc.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- menus-misc.c        1 Jun 2006 19:09:37 -0000       1.32
+++ menus-misc.c        24 Jul 2006 20:21:13 -0000      1.33
@@ -616,7 +616,7 @@
        /* if its not internal (ie doesnt start with _ ) */
        if (lst[i]->name[0] != '_')
          {
-            Esnprintf(s, sizeof(s), "wop %% bo %s", lst[i]->name);
+            Esnprintf(s, sizeof(s), "wop * bo %s", lst[i]->name);
             mi = MenuItemCreate(lst[i]->name, NULL, s, NULL);
             MenuAddItem(m, mi);
          }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to