[Xfce4-commits] <pyxfce:master> calls base ctor.

Danny Milosavljevic noreply at xfce.org
Sun Jan 9 21:58:02 CET 2011


Updating branch refs/heads/master
         to 23d6995044ae2be74683eb0e1a4838c55d7b1078 (commit)
       from cb0c22061e46e113f59d50947da75249e3566746 (commit)

commit 23d6995044ae2be74683eb0e1a4838c55d7b1078
Author: Danny Milosavljevic <dannym at xfce.org>
Date:   Sun Jan 9 21:53:41 2011 +0100

    calls base ctor.

 panel/panel.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/panel/panel.py b/panel/panel.py
index 0819bb4..c6e9b06 100644
--- a/panel/panel.py
+++ b/panel/panel.py
@@ -36,6 +36,7 @@ class Plugin(PanelPlugin):
                          unique_id = int(sys.argv[PLUGIN_ARGV_UNIQUE_ID]),
                          display_name = sys.argv[PLUGIN_ARGV_DISPLAY_NAME],
                          comment = sys.argv[PLUGIN_ARGV_COMMENT])
+    PanelPlugin.__init__(self)
     socket_id = int(sys.argv[PLUGIN_ARGV_SOCKET_ID])
     register_external_full_constructor(socket_id, self)
     # #define XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL_FULL_CONSTRUCTOR(socket_id, xpp)



More information about the Xfce4-commits mailing list