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 15:37:10 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-09-03 15:37:10 (GMT)
commit34dc864999174a8416c4f2b772de897c581705e4 (patch)
treea3a4b2cf9d5d89d19afb707f4b08841dd3af1b66 /ChangeLog
parentd4ab4b8574b497c01f86b209a60867b576540e92 (diff)
Do not update visibility when changing a chrome flag so that it's possible
2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (update_chrome_flag), (setup_sidebar_from_metadata), (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find), (ev_window_cmd_edit_find_next), (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape), (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb), (find_bar_close_cb), (view_actions_focus_in_cb): Do not update visibility when changing a chrome flag so that it's possible to update several flags and update visibility only once for all of them. svn path=/trunk/; revision=2657
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82ffb0a..7403976 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
+ * shell/ev-window.c: (update_chrome_flag),
+ (setup_sidebar_from_metadata),
+ (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
+ (ev_window_cmd_edit_find_next),
+ (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
+ (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
+ (find_bar_close_cb), (view_actions_focus_in_cb):
+
+ Do not update visibility when changing a chrome flag so that it's
+ possible to update several flags and update visibility only once
+ for all of them.
+
+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