xfce_4_0 branch - xfce4-panel fix
LiNuCe
linuce at wanadoo.fr
Thu Jul 8 00:01:44 CEST 2004
Hello,
Here follow a fix to get xfce4-panel from xfce_4_0 branch compile. I
have just checkout the whole xfce_4_0 branch and xfce4-panel does not
compile without this fix (a bad call to xfce_get_userdir() instead of
xfce_get_userfile()).
diff -ur xfce4-panel-4_0cvs.orig/settings/xfce_settings_plugin.c
xfce4-panel-4_0cvs/settings/xfce_settings_plugin.c
--- xfce4-panel-4_0cvs.orig/settings/xfce_settings_plugin.c 2004-06-18
21:46:25.000000000 +0200
+++ xfce4-panel-4_0cvs/settings/xfce_settings_plugin.c 2004-07-07
22:00:43.000000000 +0200
@@ -270,7 +270,7 @@
}
}
- rcfile = xfce_get_userdir ("settings", "xfce-settings.xml", NULL);
+ rcfile = xfce_get_userfile("settings", "xfce-settings.xml", NULL);
dir = g_path_get_dirname (rcfile);
More information about the Xfce4-dev
mailing list