[Xfce4-commits] CVS: xfce4/xfwm4/mcs-plugin xfwm4_shortcuteditor.c, 1.30, 1.31
Olivier Fourdan
fourdan at xfce.org
Thu Nov 11 16:50:35 CET 2004
Jean-Francois,
This patch is not correct (I told you on IRC a week or so ago), please
revert it.
TIA
Olivier.
On Thu, 2004-11-11 at 15:48 +0000, Jean-François Wauthy wrote:
> Update of /var/cvs/xfce/xfce4/xfwm4/mcs-plugin
> In directory espresso.foo-projects.org:/tmp/cvs-serv17881
>
> Modified Files:
> xfwm4_shortcuteditor.c
> Log Message:
> attempting to fix #377
>
> Index: xfwm4_shortcuteditor.c
> ===================================================================
> RCS file: /var/cvs/xfce/xfce4/xfwm4/mcs-plugin/xfwm4_shortcuteditor.c,v
> retrieving revision 1.30
> retrieving revision 1.31
> diff -u -d -r1.30 -r1.31
> --- xfwm4_shortcuteditor.c 11 Nov 2004 14:42:34 -0000 1.30
> +++ xfwm4_shortcuteditor.c 11 Nov 2004 15:48:30 -0000 1.31
> @@ -1159,7 +1159,11 @@
> {
> if (strlen (*current_shortcut) > 0 && (strcmp (*current_shortcut, "Mod2") != 0))
> {
> - strcat (shortcut_string, *current_shortcut);
> + if (strcmp (*current_shortcut, "Mod4") == 0)
> + strcat (shortcut_string, "Super_L");
> + else
> + strcat (shortcut_string, *current_shortcut);
> +
> strcat (shortcut_string, "+");
> }
> *current_shortcut++;
>
> _______________________________________________
> Xfce4-commits mailing list
> Xfce4-commits at xfce.org
> http://lunar-linux.org/mailman/listinfo/xfce4-commits
More information about the Xfce4-dev
mailing list