diff options
author | Thaddaeus Tintenfisch <thad.fisch@gmail.com> | 2015-03-01 19:54:27 +0100 |
---|---|---|
committer | Harald Judt <h.judt@gmx.at> | 2015-03-06 18:51:36 +0100 |
commit | 03ed0b6fff9a740f2f8971770ba03d0d4f6af718 (patch) | |
tree | cca94ae1eb1553f71c609430b650b9afbe1cfea7 /thunar/thunar-dbus-service.c | |
parent | cdfdb7290abb270f5f98c93089c3b6e3c35859bc (diff) | |
download | thunar-03ed0b6fff9a740f2f8971770ba03d0d4f6af718.tar.gz |
Fix startup id handling for launch requests over D-Bus (bug #9646)
Diffstat (limited to 'thunar/thunar-dbus-service.c')
-rw-r--r-- | thunar/thunar-dbus-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thunar/thunar-dbus-service.c b/thunar/thunar-dbus-service.c index b908a7a5..2f26f98f 100644 --- a/thunar/thunar-dbus-service.c +++ b/thunar/thunar-dbus-service.c @@ -625,7 +625,7 @@ thunar_dbus_service_execute (ThunarDBusService *dbus_service, /* try to launch the file on the given screen */ working_dir = g_file_new_for_commandline_arg (working_directory); - result = thunar_file_execute (file, working_dir, screen, file_list, error); + result = thunar_file_execute (file, working_dir, screen, file_list, startup_id, error); g_object_unref (working_dir); /* cleanup */ |