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 11:37:15 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-11-01 11:37:15 (GMT)
commit9b1e68d80f9b514c2f37faf8d448e2730a833b2a (patch)
tree1334decbf23fc7eed0ea5c99fee0df23c7eb1ca9 /ChangeLog
parentcabe1204f13b319658b4f81820f668fa751d67d6 (diff)
Change ev_window_error_message and ev_window_warning_message to receive a
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), (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb), (ev_window_cmd_help_contents), (launch_external_uri), (image_save_dialog_response_cb), (ev_attachment_popup_cmd_open_attachment), (attachment_save_dialog_response_cb): Change ev_window_error_message and ev_window_warning_message to receive a EvWindow instead of a GtkWindow. It's more consistent and avoids unneeded casts. svn path=/trunk/; revision=3244
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be86703..3bdce28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
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),
+ (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
+ (ev_window_cmd_help_contents), (launch_external_uri),
+ (image_save_dialog_response_cb),
+ (ev_attachment_popup_cmd_open_attachment),
+ (attachment_save_dialog_response_cb):
+
+ Change ev_window_error_message and ev_window_warning_message to
+ receive a EvWindow instead of a GtkWindow. It's more consistent
+ and avoids unneeded casts.
+
+2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org>
+
* shell/ev-window.c: (ev_window_cmd_help_contents):
Use gtk_show_uri() when availale to display help contents.