SF.net SVN: fclient:[935] trunk/fclient/fclient/impl/ViewLogger/ViewObject. py
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-08-17 12:58:09
|
Revision: 935 http://fclient.svn.sourceforge.net/fclient/?rev=935&view=rev Author: jUrner Date: 2008-08-17 12:58:18 +0000 (Sun, 17 Aug 2008) Log Message: ----------- this and that Modified Paths: -------------- trunk/fclient/fclient/impl/ViewLogger/ViewObject.py Modified: trunk/fclient/fclient/impl/ViewLogger/ViewObject.py =================================================================== --- trunk/fclient/fclient/impl/ViewLogger/ViewObject.py 2008-08-17 12:58:09 UTC (rev 934) +++ trunk/fclient/fclient/impl/ViewLogger/ViewObject.py 2008-08-17 12:58:18 UTC (rev 935) @@ -27,10 +27,11 @@ self._widget = None def close(self): - pass + ViewObject.ViewObject.close(self) def create(self): self._widget = ViewLogger.ViewLoggerWidget(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. |