SVN commit 840155 by alexmerry: Remove two FIXMEs: apparently this is needed after all (it screws up the device notifier at least without it). SVN_SILENT M +0 -4 icon.cpp --- trunk/KDE/kdebase/workspace/libs/plasma/widgets/icon.cpp #840154:840155 @@ -975,8 +975,6 @@ { d->text = text; // cause a relayout - // FIXME: is invalidating d->currentSize really necessary? - // FIXME: is d->currentSize really necessary at all? d->currentSize = QSizeF(-1, -1); resize(sizeFromIconSize(d->iconSize.width())); } @@ -990,8 +988,6 @@ { d->infoText = text; // cause a relayout - // FIXME: is invalidating d->currentSize really necessary? - // FIXME: is d->currentSize really necessary at all? d->currentSize = QSizeF(-1, -1); resize(sizeFromIconSize(d->iconSize.width())); }