Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ActivityRegistry.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-08 13:47:51 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-08 13:47:51 (GMT)
commitd4cb9a27149126de64fb003aafb8673633b885b0 (patch)
tree2a69b1cbb14ea5722c931648afbcddfe8c317f22 /shell/ActivityRegistry.py
parent0cbe559dbf6a5a324828a94e28fe06e9fbb26f9c (diff)
More work on the new design
Diffstat (limited to 'shell/ActivityRegistry.py')
-rw-r--r--shell/ActivityRegistry.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ActivityRegistry.py b/shell/ActivityRegistry.py
index 2f40640..96ec3b1 100644
--- a/shell/ActivityRegistry.py
+++ b/shell/ActivityRegistry.py
@@ -25,6 +25,5 @@ class ActivityRegistry(dbus.service.Object):
def add(self, name, title):
self._activities.append(ActivityInfo(name, title))
- @dbus.service.method("com.redhat.Sugar.ActivityRegistry")
def list_activities(self):
return self._activities