apparently the documentation isn't right and you shouldn't delete the entries

to the report of the bug: please check that this fixes it for you whenever you can get an updated build (e.g. next build, or sooner if using svn); if not, please comment on the report and reopen it. thanks.

BUG:176661

svn path=/trunk/KDE/kdelibs/; revision=891424
This commit is contained in:
Aaron J. Seigo 2008-12-02 00:08:09 +00:00
parent 20260277d3
commit f8acdb1861

View File

@ -88,9 +88,8 @@ void PlasmoidPackage::createNewWidgetBrowser(QWidget *parent)
}
}
}
qDeleteAll(entries);
}
emit newWidgetBrowserFinished();
}