[gnome-shell] shellDBus: Fix missing user of old DBus API
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] shellDBus: Fix missing user of old DBus API
- Date: Sat, 12 Nov 2011 22:55:10 +0000 (UTC)
commit 2b6b2d93a94e66d53563b32fb91dbf43b7f53777
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Fri Nov 11 21:45:44 2011 -0500
shellDBus: Fix missing user of old DBus API
https://bugzilla.gnome.org/show_bug.cgi?id=663902
js/ui/shellDBus.js | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/js/ui/shellDBus.js b/js/ui/shellDBus.js
index 5a00a34..4ab34bd 100644
--- a/js/ui/shellDBus.js
+++ b/js/ui/shellDBus.js
@@ -227,9 +227,7 @@ GnomeShell.prototype = {
ShellVersion: Config.PACKAGE_VERSION,
_extensionStateChanged: function(_, newState) {
- DBus.session.emit_signal('/org/gnome/Shell',
- 'org.gnome.Shell',
- 'ExtensionStatusChanged', 'sis',
- [newState.uuid, newState.state, newState.error]);
+ this._dbusImpl.emit_signal('ExtensionStatusChanged',
+ GLib.Variant.new('(sis)', [newState.uuid, newState.state, newState.error]));
}
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]