Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-09-03 14:22:45 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-09-03 14:22:45 (GMT)
commitd4ab4b8574b497c01f86b209a60867b576540e92 (patch)
treee2e8b566ba3b3d8b3a06c9ed26aa8105cedb860c /ChangeLog
parent4440bba971aa015656a4339039bed1a44c2541f3 (diff)
Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not supported by
2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_print_dialog_response_cb): Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not supported by gtk+. Fixes bug #460907. svn path=/trunk/; revision=2656
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 116d5b2..82ffb0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
+ * shell/ev-window.c: (ev_window_print_dialog_response_cb):
+
+ Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
+ supported by gtk+. Fixes bug #460907.
+
+2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
+
* shell/ev-view.c: (view_update_range_and_current_page):
Make sure current-page <= end-page in continuous mode. Fixes bug