--e89a8fb2028202808f04cb44c879 Content-Type: text/plain; charset=UTF-8 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 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); > } > } > > --e89a8fb2028202808f04cb44c879 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Ooops, that change made it into a different commit I did not yet push by mi= stake.:( Thanks and yes it is the correct fix.

On Thu, Oct 4, 2012 at 8:01 PM, Christoph Feck <= christoph@maxiom.d= e> wrote:
Git commit 66ddefe615eaab572e8b8879aad281034= 6386b25 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 =C2=A0+1 =C2=A0 =C2=A0-1 =C2=A0 =C2=A0konqueror/settings/kio/kcookiesmana= gement.cpp

http://commits.kde.org/kde-baseapps/66ddefe= 615eaab572e8b8879aad2810346386b25

diff --git a/konqueror/settings/kio/kcookiesmanagement.cpp b/konqueror/sett= ings/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(= )
=C2=A0 =C2=A0 =C2=A0// must be present unless someone rewrote the widget in= which case
=C2=A0 =C2=A0 =C2=A0// this needs to be re-written as well.
=C2=A0 =C2=A0 =C2=A0Q_ASSERT(policyDlg);
- =C2=A0 =C2=A0policyDlg->addNewPolicy(domain);
+ =C2=A0 =C2=A0policyDlg->setPolicy(domain);
=C2=A0 =C2=A0}
=C2=A0}


--e89a8fb2028202808f04cb44c879--