Le Vendredi 27 FÃvrier 2004 21:55, Martin Stubenschrott a Ãcrit :
> On Friday 27 February 2004 21:22, Tuomo Valkonen wrote:
> > On Fri, Feb 27, 2004 at 09:03:44PM +0100, Martin Stubenschrott wrote:
> > > WM_CLASS(STRING) = "kmail", "Kmail"
> > >
> > > and my kludge looks like this in kludges.lua:
> > > winprop{
> > > class = "kmail",
> > > target = "main",
> > > }
> >
> > You have class and instance backwards.
>
> Thank you very much!! (as always :)
> Strange why it worked great until now, but now I just replaced all my
> "class = foo" with "instance = foo" in my kludges.lua and everything works
> again :)
the reason is that in kde 3.1.*, class is kmail, not Kmail. Nice thing the kde
folks gave classes different names than instances in kde 3.2.
Denis