Re: Bugs and aktivities

2010-10-14 Thread Ivan Cukic
> Am I right or just to naive and still need to learn a lot about programming. > I > did not read the code of these files but just the two patches. I saw the "z" > reappearing in Aarons patch which Ivan removed. Heh, in the beginning, there were two 'z's: path = d->findInTheme(svgzName % QLat

Re: Bugs and aktivities

2010-10-14 Thread Aaron J. Seigo
On Thursday, October 14, 2010, Mario Fux wrote: > I try to read kde-commits for several projects cool :) > +path = d->findInTheme(svgName % QLatin1Char('z'), d- > +path = d->findInTheme(svgzName, d->fallbackThemes[i]); these two lines are equivalent. svgzName is svgName

Bugs and aktivities

2010-10-14 Thread Mario Fux
Morning I try to read kde-commits for several projects and after Ivan blogged about his most simple patch I "tried" to find the commit in the mailinglist (strange person me, I know). I found it and 2 hours later Aaron sent a patch which IMHO could reintroduce the bug, probably. Ivan: --- trunk