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