[Panel-devel] wrapping up for 3.5
Aaron J. Seigo
aseigo at kde.org
Wed Jun 8 23:44:44 CEST 2005
On Wednesday 08 June 2005 03:21, Fred Schaettgen wrote:
> > clock is done. quicklauncher someday?
>
> That was part of the other unlucky patch of mine - the dynamic mode for the
> quick launcher. Was it dismissed or was it forgotten btw?
i've got your most recent versions of those patches on disk and just haven't
had a chance to look at them. will do so tonight.
> The attached patch is just the for the KickerTip.
if (data.subtext == QString()) data.subtext = data.message;
should be
if (data.subtext == QString())
{
data.subtext = data.message;
}
i know, i know, i'm an anal bastard. =P otherwise it looks good. if you've
tested and it works well for you, please commit.
--
Aaron J. Seigo
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/panel-devel/attachments/20050608/97683807/attachment-0001.pgp
More information about the Panel-devel
mailing list