SVN_SILENT compile

Thanks for the fast fixes, had to correct this one, please check.
CCMAIL: adawit@kde.org
This commit is contained in:
Christoph Feck 2012-10-05 01:58:09 +02:00
parent f1ef7f10cd
commit 66ddefe615

View file

@ -398,7 +398,7 @@ void KCookiesManagement::on_changePolicyButton_clicked()
// must be present unless someone rewrote the widget in which case
// this needs to be re-written as well.
Q_ASSERT(policyDlg);
policyDlg->addNewPolicy(domain);
policyDlg->setPolicy(domain);
}
}