Ooops, that change made it into a different commit I did not yet push by mistake.:( Thanks and yes it is the correct fix.

On Thu, Oct 4, 2012 at 8:01 PM, Christoph Feck <christoph@maxiom.de> wrote:
Git commit 66ddefe615eaab572e8b8879aad2810346386b25 by Christoph Feck.
Committed on 05/10/2012 at 01:58.
Pushed by cfeck into branch 'master'.

SVN_SILENT compile

Thanks for the fast fixes, had to correct this one, please check.
CCMAIL: adawit@kde.org

M  +1    -1    konqueror/settings/kio/kcookiesmanagement.cpp

http://commits.kde.org/kde-baseapps/66ddefe615eaab572e8b8879aad2810346386b25

diff --git a/konqueror/settings/kio/kcookiesmanagement.cpp b/konqueror/settings/kio/kcookiesmanagement.cpp
index 081da39..80b3a62 100644
--- a/konqueror/settings/kio/kcookiesmanagement.cpp
+++ b/konqueror/settings/kio/kcookiesmanagement.cpp
@@ -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);
   }
 }