Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/shellservice.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-04-08 17:20:59 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-04-08 17:20:59 (GMT)
commit09304e8e5acc0d178bbb64f3f72f3515e2f81989 (patch)
treea911b94748bec04c27cf86c052f78c93677a6f89 /shell/shellservice.py
parent3da95e92361145b3d001302d9444a1f340818079 (diff)
Accept raw X windows in the shell
Diffstat (limited to 'shell/shellservice.py')
-rw-r--r--shell/shellservice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shellservice.py b/shell/shellservice.py
index 7cf60f0..62bb4f7 100644
--- a/shell/shellservice.py
+++ b/shell/shellservice.py
@@ -57,5 +57,5 @@ class ShellService(dbus.service.Object):
def _cur_activity_changed_cb(self, owner, new_activity):
new_id = ""
if new_activity:
- new_id = new_activity.get_id()
+ new_id = new_activity.get_activity_id()
self.CurrentActivityChanged(new_id)