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-10-04 17:20:34 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-10-04 17:20:34 (GMT)
commit047fc3d035e7d724e5291b8818f486bc52ac132c (patch)
treea5e329952c72a5351fbf637bbf11c42894637b39 /ChangeLog
parentc55919def7a3cea9865fa9dfa133de6852d0a433 (diff)
Use GdkAppLaunchContext when available to launch external applications.
2008-10-04 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (launch_action): Use GdkAppLaunchContext when available to launch external applications. svn path=/trunk/; revision=3214
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76bbcb7..195fb8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* shell/ev-window.c: (launch_action):
+ Use GdkAppLaunchContext when available to launch external
+ applications.
+
+2008-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-window.c: (launch_action):
+
Fix launching external applications for launch actions which seems
to be broken since the gio port. Fixes bug #554500.