From 4c1d61cb71a396f09969ed264c91ebfff29145c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 24 Apr 2009 18:34:21 +0200 Subject: Create PluginMenuSlot --- portato/plugin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'portato/plugin.py') 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): -- cgit v1.2.3