Le Mercredi 8 Février 2006 23:45, Conrad Hoffmann a écrit : > hi again. > > while creating styles, i was looking through the code to get some answers. > attached is a small patch that cleans 2 things up i noticed in the process. > > 1: always replace %textbackgroundcolor%, if nothing else, replace with > "inherit", so the resulting CSS will be clean.
Looks fine to me, because %textbackgroundcolor% should be always used into CSS definition > 2: use getFirst() instead of first() on const QPtrLists > Do you thing that first() behavior (setting current() to first item) affect something ? . Also getFirst() is not in Qt4 (in QList) but first() is there. > ok to commit? > > regards, conrausch -- Michaël Larouche (Shock The Dark Mage) KDE developer working on Kopete, Kamefu...on dial-up :P -------------------------------------- Blog: http://mlarouche.blogspot.com/ MSN/Email: [EMAIL PROTECTED] IRC: irc.freenode.org/DarkShock on #kopete,#solid,#kamefu,#plasma Jabber: [EMAIL PROTECTED] _______________________________________________ kopete-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kopete-devel
