aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-09 08:35:45 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-09 08:35:45 +0800
commit2427e942801133136a6d63874eee960f1249f0d2 (patch)
treeb22aee6daf3eb6f4838286574cc36469ddfc8101 /ChangeLog
parentba0aafaf687b42c36ce032e31e94a9013d843d41 (diff)
downloadgsoc2013-epiphany-2427e942801133136a6d63874eee960f1249f0d2.tar
gsoc2013-epiphany-2427e942801133136a6d63874eee960f1249f0d2.tar.gz
gsoc2013-epiphany-2427e942801133136a6d63874eee960f1249f0d2.tar.bz2
gsoc2013-epiphany-2427e942801133136a6d63874eee960f1249f0d2.tar.lz
gsoc2013-epiphany-2427e942801133136a6d63874eee960f1249f0d2.tar.xz
gsoc2013-epiphany-2427e942801133136a6d63874eee960f1249f0d2.tar.zst
gsoc2013-epiphany-2427e942801133136a6d63874eee960f1249f0d2.zip
Set default response to ACCEPT in send-to-insecure dialogue, only write
2005-01-09 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.h: Set default response to ACCEPT in send-to-insecure dialogue, only write back show_once pref when not shown by default, and add the dialogue to its parent's window group (note that there isn't a parent without a mozilla patch, currently).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c81e50417..bcd7a5de5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
2005-01-09 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
+ * embed/mozilla/GtkNSSSecurityWarningDialogs.h:
+
+ Set default response to ACCEPT in send-to-insecure dialogue,
+ only write back show_once pref when not shown by default,
+ and add the dialogue to its parent's window group
+ (note that there isn't a parent without a mozilla patch, currently).
+
+2005-01-09 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
Improve dialogue wording. Thanks to spark for his help.