aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2007-07-11 02:45:59 +0800
committerChristian Persch <chpe@src.gnome.org>2007-07-11 02:45:59 +0800
commitdd039744f9f164ac9afeaa39ca13cf5db37f422a (patch)
tree5da3a7f93e7db3ed7713bd1637283ad900324d87 /ChangeLog
parent538c11a68c3f5ff52399bda39c880cd8cf33761d (diff)
downloadgsoc2013-epiphany-dd039744f9f164ac9afeaa39ca13cf5db37f422a.tar
gsoc2013-epiphany-dd039744f9f164ac9afeaa39ca13cf5db37f422a.tar.gz
gsoc2013-epiphany-dd039744f9f164ac9afeaa39ca13cf5db37f422a.tar.bz2
gsoc2013-epiphany-dd039744f9f164ac9afeaa39ca13cf5db37f422a.tar.lz
gsoc2013-epiphany-dd039744f9f164ac9afeaa39ca13cf5db37f422a.tar.xz
gsoc2013-epiphany-dd039744f9f164ac9afeaa39ca13cf5db37f422a.tar.zst
gsoc2013-epiphany-dd039744f9f164ac9afeaa39ca13cf5db37f422a.zip
Use the new gtk functions to persist and load the print settings and page
2007-07-10 Christian Persch <chpe@gnome.org> * embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup), (ephy_embed_shell_get_page_setup), (ephy_embed_shell_set_print_settings), (ephy_embed_shell_get_print_settings): * lib/ephy-print-utils.c: * lib/ephy-print-utils.h: Use the new gtk functions to persist and load the print settings and page setup. Migrate our old settings, if present. svn path=/trunk/; revision=7143
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a8bbfc4b..0462c065b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2007-07-10 Christian Persch <chpe@gnome.org>
+ * embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup),
+ (ephy_embed_shell_get_page_setup),
+ (ephy_embed_shell_set_print_settings),
+ (ephy_embed_shell_get_print_settings):
+ * lib/ephy-print-utils.c:
+ * lib/ephy-print-utils.h:
+
+ Use the new gtk functions to persist and load the print settings and
+ page setup. Migrate our old settings, if present.
+
+2007-07-10 Christian Persch <chpe@gnome.org>
+
* src/ephy-notebook.c: (sync_label):
Remove NULL-check here.