From 3042e647ffc40fd2d9b883ada4658f8927ee4fc4 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 16 Aug 2012 15:54:10 -0400 Subject: [PATCH] telepathyClient: Pass a proper launch client to launch empathy-accounts https://bugzilla.gnome.org/show_bug.cgi?id=682045 --- js/ui/telepathyClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/telepathyClient.js b/js/ui/telepathyClient.js index dce0926a6..0ea8e7f9c 100644 --- a/js/ui/telepathyClient.js +++ b/js/ui/telepathyClient.js @@ -1349,7 +1349,7 @@ const AccountNotification = new Lang.Class({ + ' --select-account=%s' .format(account.get_path_suffix()); let app_info = Gio.app_info_create_from_commandline(cmd, null, 0); - app_info.launch([], null); + app_info.launch([], global.create_app_launch_context()); break; } this.destroy();