Accept raw X windows in the shell

This commit is contained in:
Marco Pesenti Gritti
2007-04-08 19:20:59 +02:00
parent 3da95e9236
commit 09304e8e5a
7 changed files with 51 additions and 44 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ class FriendsBox(hippo.CanvasBox):
def _active_activity_changed_cb(self, home_model, home_activity):
if home_activity:
activity_id = home_activity.get_id()
activity_id = home_activity.get_activity_id()
ps = self._pservice.get_activity(activity_id)
self._set_activity_ps(ps)
else: