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>2008-11-01 14:09:56 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-11-01 14:09:56 (GMT)
commit125b3ea4d310be1c0a32dae8a8778f5438f15758 (patch)
tree23a497f2e80c9fdf324d2c01395672e570f7671b /ChangeLog
parent48a0bd5006c898d8fc4f014509592974539169f0 (diff)
Do not use popup dialogs to show error messages anymore, use the message
2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (window_save_file_copy_ready_cb), (ev_window_print_finished), (ev_window_print_dialog_response_cb), (ev_window_preview_print_finished), (launch_action): Do not use popup dialogs to show error messages anymore, use the message area instead. svn path=/trunk/; revision=3246
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a22566f..a3361ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org>
+ * shell/ev-window.c: (window_save_file_copy_ready_cb),
+ (ev_window_print_finished), (ev_window_print_dialog_response_cb),
+ (ev_window_preview_print_finished), (launch_action):
+
+ Do not use popup dialogs to show error messages anymore, use the
+ message area instead.
+
+2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org>
+
* shell/ev-window.c: (ev_window_error_message),
(ev_window_warning_message), (ev_window_set_document),
(ev_window_load_job_cb), (ev_window_load_remote_failed),