From 831607f13f293263d1e6c539121b30cf1d77d292 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Thu, 5 Aug 2010 22:05:19 +0000 Subject: [PATCH] note to self: autocomplete is not a substitue for reading the code it pops there svn path=/trunk/KDE/kdebase/workspace/; revision=1159659 --- applet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet.cpp b/applet.cpp index ba4126137..ea9374c23 100644 --- a/applet.cpp +++ b/applet.cpp @@ -185,7 +185,7 @@ void Applet::writeGlobalConfig(const QString &key, const QVariant &value) void Applet::reloadConfigIfNeeded() { if (d->configDirty) { - reloadConfigIfNeeded(); + reloadConfig(); } }