Enlightenment CVS committal
Author : andreas99
Project : e16
Module : tools
Dir : e16/tools/e16menuedit2/src
Modified Files:
e16menu.c
Log Message:
fixed a big menu save bug!
===================================================================
RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/src/e16menu.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e16menu.c 15 Jan 2005 18:39:11 -0000 1.11
+++ e16menu.c 16 Jan 2005 10:32:25 -0000 1.12
@@ -240,8 +240,10 @@
if (!g_path_is_absolute (params))
{
- /* Tarnation! A relative path */
- realfile = g_strjoin (gv.epath, params, NULL);
+ /* Tarnation! A relative path */
+ //realfile = g_strjoin ("/", gv.epath, params, NULL);
+ realfile = g_strdup_printf ("%s/%s", gv.epath, params);
+ //g_print ("FILE: %s,%s,%s\n", gv.epath, params, realfile);
}
else
{
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs