blarg. one button is *probably* enough

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=867162
This commit is contained in:
Aaron J. Seigo 2008-10-02 23:10:55 +00:00
parent 162fc57e8a
commit 70f1b85426

View File

@ -737,7 +737,6 @@ void Applet::setConfigurationRequired(bool needsConfig, const QString &reason)
}
PushButton *configWidget = new PushButton(d->needsConfigOverlay);
configWidget = new PushButton(d->needsConfigOverlay);
configWidget->setText(i18n("Configure..."));
connect(configWidget, SIGNAL(clicked()), this, SLOT(showConfigurationInterface()));
configLayout->addItem(configWidget, row, 1);