FreeBSD Bugzilla – Attachment 69435 Details for
Bug 101623
e16editmenu wrong path to file.menu - patch attached
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.22 KB, created by
Michael Metzger
on 2006-08-08 05:10:19 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Michael Metzger
Created:
2006-08-08 05:10:19 UTC
Size:
1.22 KB
patch
obsolete
>--- viewer_new.c Mon Aug 7 23:29:16 2006 >+++ viewer.c Mon Aug 7 23:34:38 2006 >@@ -34,7 +34,7 @@ > if (!file_to_load) > return; > if (file_to_load[0] != '/') >- sprintf (buf, "%s/.enlightenment/%s", homedir (getuid ()), file_to_load); >+ sprintf (buf, "%s/.e16/menus/%s", homedir (getuid ()), file_to_load); > else > sprintf (buf, "%s", file_to_load); > >@@ -108,7 +108,7 @@ > GtkCTreeNode *parent = NULL; > > /* currently hardcoded, but not a big issue to change later */ >- sprintf (buf, "%s/.enlightenment/file.menu", homedir (getuid ())); >+ sprintf (buf, "%s/.e16/menus/file.menu", homedir (getuid ())); > menufile = fopen (buf, "r"); > if (!menufile) > { >@@ -564,7 +564,7 @@ > gint retval = 0; > > buf = >- g_strjoin ("/", homedir (getuid ()), ".enlightenment", "file.menu", NULL); >+ g_strjoin ("/", homedir (getuid ()), ".e16/menus", "file.menu", NULL); > > node = > gtk_ctree_export_to_gnode (GTK_CTREE (ctree), NULL, NULL, >@@ -683,7 +683,7 @@ > { > /* Tarnation! A relative path */ > realfile = >- g_strjoin ("/", homedir (getuid ()), ".enlightenment", file, NULL); >+ g_strjoin ("/", homedir (getuid ()), ".e16/menus", file, NULL); > } > else > realfile = g_strdup (file);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 101623
: 69435