SF.net SVN: fclient:[937] trunk/fclient/fclient/impl/ViewView/ViewObject.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-08-17 12:58:27
|
Revision: 937 http://fclient.svn.sourceforge.net/fclient/?rev=937&view=rev Author: jUrner Date: 2008-08-17 12:58:35 +0000 (Sun, 17 Aug 2008) Log Message: ----------- this and that Modified Paths: -------------- trunk/fclient/fclient/impl/ViewView/ViewObject.py Modified: trunk/fclient/fclient/impl/ViewView/ViewObject.py =================================================================== --- trunk/fclient/fclient/impl/ViewView/ViewObject.py 2008-08-17 12:58:26 UTC (rev 936) +++ trunk/fclient/fclient/impl/ViewView/ViewObject.py 2008-08-17 12:58:35 UTC (rev 937) @@ -27,10 +27,11 @@ self._widget = None def close(self): - pass + ViewObject.ViewObject.close(self) def create(self): self._widget = View.ViewWidget(self.parentWidget()) + ViewObject.ViewObject.create(self) return self.widget() def displayName(self): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |