note to self: autocomplete is not a substitue for reading the code it pops there

svn path=/trunk/KDE/kdebase/workspace/; revision=1159659
This commit is contained in:
Aaron J. Seigo 2010-08-05 22:05:19 +00:00 committed by Marco Martin
parent 6b982a82e0
commit 831607f13f

View File

@ -185,7 +185,7 @@ void Applet::writeGlobalConfig(const QString &key, const QVariant &value)
void Applet::reloadConfigIfNeeded()
{
if (d->configDirty) {
reloadConfigIfNeeded();
reloadConfig();
}
}