diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-03-10 02:20:17 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-03-10 02:20:17 +0800 |
commit | c25343bd0aaef478b3de594c5bb3dd24eec1206f (patch) | |
tree | 568a346423b9cbbee00c789c631efb7296f8479c /ChangeLog | |
parent | 25234ed1fb4bcfdc2699352dc3e9a412d1309c55 (diff) | |
download | gsoc2013-epiphany-c25343bd0aaef478b3de594c5bb3dd24eec1206f.tar gsoc2013-epiphany-c25343bd0aaef478b3de594c5bb3dd24eec1206f.tar.gz gsoc2013-epiphany-c25343bd0aaef478b3de594c5bb3dd24eec1206f.tar.bz2 gsoc2013-epiphany-c25343bd0aaef478b3de594c5bb3dd24eec1206f.tar.lz gsoc2013-epiphany-c25343bd0aaef478b3de594c5bb3dd24eec1206f.tar.xz gsoc2013-epiphany-c25343bd0aaef478b3de594c5bb3dd24eec1206f.tar.zst gsoc2013-epiphany-c25343bd0aaef478b3de594c5bb3dd24eec1206f.zip |
Use libstartup-notification, not gnome-desktop to launch apps. Fixes bug
2005-03-09 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* lib/ephy-file-helpers.c:
(my_gdk_spawn_make_environment_for_screen), (sn_error_trap_push),
(sn_error_trap_pop), (make_spawn_environment_for_sn_context),
(free_startup_timeout), (startup_timeout), (add_startup_timeout),
(ephy_file_launch_application), (ephy_file_launch_desktop_file):
Use libstartup-notification, not gnome-desktop to launch apps.
Fixes bug #169039.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-03-09 Christian Persch <chpe@cvs.gnome.org> + + * configure.ac: + * lib/ephy-file-helpers.c: + (my_gdk_spawn_make_environment_for_screen), (sn_error_trap_push), + (sn_error_trap_pop), (make_spawn_environment_for_sn_context), + (free_startup_timeout), (startup_timeout), (add_startup_timeout), + (ephy_file_launch_application), (ephy_file_launch_desktop_file): + + Use libstartup-notification, not gnome-desktop to launch apps. + Fixes bug #169039. + 2005-03-07 Christian Persch <chpe@cvs.gnome.org> * configure.ac: |