diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-04-24 18:34:21 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-04-24 18:34:21 +0200 |
commit | 4c1d61cb71a396f09969ed264c91ebfff29145c1 (patch) | |
tree | ab8c3dd828b90b49551cfc1b34fba9ccb9da4887 /portato/plugin.py | |
parent | ab69d8ac22a4548a55d3fbb4f5d8e7aff77df293 (diff) | |
download | portato-4c1d61cb71a396f09969ed264c91ebfff29145c1.tar.gz portato-4c1d61cb71a396f09969ed264c91ebfff29145c1.tar.bz2 portato-4c1d61cb71a396f09969ed264c91ebfff29145c1.zip |
Create PluginMenuSlot
Diffstat (limited to '')
-rw-r--r-- | portato/plugin.py | 1 |
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): |