aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-01-30 05:44:46 +0800
committerChristian Persch <chpe@src.gnome.org>2006-01-30 05:44:46 +0800
commit34e421be7f10496d476266e656ddffe00b42b4e7 (patch)
treee66b424d32e6f23db49c2c8d0683eea38e077201 /ChangeLog
parentc488b4e9aca045965156e425129a6be95637da98 (diff)
downloadgsoc2013-epiphany-34e421be7f10496d476266e656ddffe00b42b4e7.tar
gsoc2013-epiphany-34e421be7f10496d476266e656ddffe00b42b4e7.tar.gz
gsoc2013-epiphany-34e421be7f10496d476266e656ddffe00b42b4e7.tar.bz2
gsoc2013-epiphany-34e421be7f10496d476266e656ddffe00b42b4e7.tar.lz
gsoc2013-epiphany-34e421be7f10496d476266e656ddffe00b42b4e7.tar.xz
gsoc2013-epiphany-34e421be7f10496d476266e656ddffe00b42b4e7.tar.zst
gsoc2013-epiphany-34e421be7f10496d476266e656ddffe00b42b4e7.zip
If GetPassword failed, break instead of continue. That way we don't
2006-01-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: If GetPassword failed, break instead of continue. That way we don't endlessly re-ask for the master password.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e2414b02..ede791251 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-29 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/mozilla-embed-single.cpp:
+
+ If GetPassword failed, break instead of continue.
+ That way we don't endlessly re-ask for the master password.
+
2006-01-29 Crispin Flowerday <gnome@flowerday.cx>
* embed/ephy-embed-single.c: (ephy_embed_single_get_backend_name):