xfce_4_0 branch - xfce4-panel fix
Brian J. Tarricone
bjt23 at cornell.edu
Thu Jul 8 00:11:45 CEST 2004
thanks, committed.
-brian
LiNuCe wrote:
> 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);
> _______________________________________________
> Xfce4-dev mailing list
> Xfce4-dev at xfce.org
> http://lunar-linux.org/mailman/listinfo/xfce4-dev
>
>
More information about the Xfce4-dev
mailing list