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-09-05 09:47:48 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-09-05 09:47:48 (GMT)
commit3e53caa56a48a1b854588e9a53c863ef7071f58e (patch)
treefd3edf112ccdfd351a1ac325d93574ebaf050c46 /ChangeLog
parent94cb89c0c9cbefaadaa067062fe7ea461f9a8d64 (diff)
Use GdkAppLaunchContext when available to open attachments.
2008-09-05 Carlos Garcia Campos <carlosgc@gnome.org> * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app), (ev_attachment_open): * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_button_press): * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment): Use GdkAppLaunchContext when available to open attachments. svn path=/trunk/; revision=3152
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98f2f3b..3d8d186 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-09-05 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
+ (ev_attachment_open):
+ * shell/ev-sidebar-attachments.c:
+ (ev_sidebar_attachments_button_press):
+ * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
+
+ Use GdkAppLaunchContext when available to open attachments.
+
2008-09-04 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):