aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-02-02 03:51:55 +0800
committerChristian Persch <chpe@src.gnome.org>2005-02-02 03:51:55 +0800
commit551c3257365e4410049cd0c2efe01fe8c703bd03 (patch)
treec581039a960d1448093c5ab557919753605851b6 /ChangeLog
parented8dda32836a42ac73365719f399685746bce939 (diff)
downloadgsoc2013-epiphany-551c3257365e4410049cd0c2efe01fe8c703bd03.tar
gsoc2013-epiphany-551c3257365e4410049cd0c2efe01fe8c703bd03.tar.gz
gsoc2013-epiphany-551c3257365e4410049cd0c2efe01fe8c703bd03.tar.bz2
gsoc2013-epiphany-551c3257365e4410049cd0c2efe01fe8c703bd03.tar.lz
gsoc2013-epiphany-551c3257365e4410049cd0c2efe01fe8c703bd03.tar.xz
gsoc2013-epiphany-551c3257365e4410049cd0c2efe01fe8c703bd03.tar.zst
gsoc2013-epiphany-551c3257365e4410049cd0c2efe01fe8c703bd03.zip
Don't disable print preview if print setup is locked down. Fixes bug
2005-02-01 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (update_print_actions): Don't disable print preview if print setup is locked down. Fixes bug #165552.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e48577f55..e1e5a449a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-02-01 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-window.c: (update_print_actions):
+
+ Don't disable print preview if print setup is locked down.
+ Fixes bug #165552.
+
+2005-02-01 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-window.c: (ephy_window_key_press_event):
Don't show the menubar with F10 in lockdown mode.