telepathyClient: Pass a proper launch client to launch empathy-accounts

https://bugzilla.gnome.org/show_bug.cgi?id=682045
This commit is contained in:
Jasper St. Pierre 2012-08-16 15:54:10 -04:00
parent a004ad6088
commit 3042e647ff

View File

@ -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();