Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/ActivityHost.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-16 18:35:03 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-16 18:35:03 (GMT)
commit465253d95e02f45f1637937b8cfd1c49bf131426 (patch)
tree6f5912d2cf67379b70d59f98bfb67c3e2b78d8b7 /shell/view/ActivityHost.py
parentd9fc47ca01b3a4d216cecea80954f9a627647931 (diff)
Initial implementation of the activity menu
Diffstat (limited to 'shell/view/ActivityHost.py')
-rw-r--r--shell/view/ActivityHost.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/view/ActivityHost.py b/shell/view/ActivityHost.py
index 456406b..0e81acd 100644
--- a/shell/view/ActivityHost.py
+++ b/shell/view/ActivityHost.py
@@ -31,6 +31,9 @@ class ActivityHost:
def get_id(self):
return self._id
+ def get_title(self):
+ return self._window.get_name()
+
def get_xid(self):
return self._xid