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