[Xfce4-commits] CVS: xfce4/xfwm4/mcs-plugin xfwm4_shortcuteditor.c, 1.30, 1.31

Jean-François Wauthy pollux at xfce.org
Thu Nov 11 18:39:00 CET 2004


Le jeudi 11 novembre 2004 à 16:59 +0100, Olivier Fourdan a écrit :
> Jean-Francois,
> 
> I've now reverted your patch and did the fix the other way.
> 
thanks, i was out playing some badminton

> Cheers,
> Olivier.
> 
> On Thu, 2004-11-11 at 16:50 +0100, Olivier Fourdan wrote:
> > Jean-Francois,
> > 
> > This patch is not correct (I told you on IRC a week or so ago), please
> > revert it.
> > 
i knew it wasn't the best way (even the good in fact, just a hack), i
wanted to have it working before RC1 and i didn't dare to change xfwm4
code

sorry
> > 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
> > 
> > _______________________________________________
> > Xfce4-dev mailing list
> > Xfce4-dev at xfce.org
> > http://lunar-linux.org/mailman/listinfo/xfce4-dev
-- 
Jean-François Wauthy <pollux at xfce.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Ceci est une partie de message num?riquement sign?e
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20041111/307110c7/attachment.pgp>


More information about the Xfce4-dev mailing list