[gnome-shell] telepathyClient: Pass a proper launch client to launch empathy-accounts
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] telepathyClient: Pass a proper launch client to launch empathy-accounts
- Date: Fri, 17 Aug 2012 01:04:03 +0000 (UTC)
commit 3042e647ffc40fd2d9b883ada4658f8927ee4fc4
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Aug 16 15:54:10 2012 -0400
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/telepathyClient.js b/js/ui/telepathyClient.js
index dce0926..0ea8e7f 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();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]