summaryrefslogtreecommitdiff
path: root/portato/plugin.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-04-24 18:34:21 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-04-24 18:34:21 +0200
commit4c1d61cb71a396f09969ed264c91ebfff29145c1 (patch)
treeab8c3dd828b90b49551cfc1b34fba9ccb9da4887 /portato/plugin.py
parentab69d8ac22a4548a55d3fbb4f5d8e7aff77df293 (diff)
downloadportato-4c1d61cb71a396f09969ed264c91ebfff29145c1.tar.gz
portato-4c1d61cb71a396f09969ed264c91ebfff29145c1.tar.bz2
portato-4c1d61cb71a396f09969ed264c91ebfff29145c1.zip
Create PluginMenuSlot
Diffstat (limited to 'portato/plugin.py')
-rw-r--r--portato/plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/portato/plugin.py b/portato/plugin.py
index 9efe396..50cc29f 100644
--- a/portato/plugin.py
+++ b/portato/plugin.py
@@ -119,6 +119,7 @@ class WidgetSlot (object):
self.add = add
self._inited = False
+ debug("Registering new WidgetSlot '%s'.", name)
WidgetSlot.slots[name] = self
def add_widget (self, w):