SF.net SVN: fclient:[688] trunk/fclient/src/fclient/Ui_ViewDownloads.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-19 12:53:29
|
Revision: 688
http://fclient.svn.sourceforge.net/fclient/?rev=688&view=rev
Author: jUrner
Date: 2008-07-19 12:53:32 +0000 (Sat, 19 Jul 2008)
Log Message:
-----------
register object
Modified Paths:
--------------
trunk/fclient/src/fclient/Ui_ViewDownloads.py
Modified: trunk/fclient/src/fclient/Ui_ViewDownloads.py
===================================================================
--- trunk/fclient/src/fclient/Ui_ViewDownloads.py 2008-07-19 12:53:07 UTC (rev 687)
+++ trunk/fclient/src/fclient/Ui_ViewDownloads.py 2008-07-19 12:53:32 UTC (rev 688)
@@ -67,11 +67,19 @@
self._isCreated = False
self.setupUi(self)
+ config.ObjectRegistry.register(self)
self.fcViewObject = DownloadsViewObject(self)
def viewClose(self):
pass
+
+ #########################################
+ ## methods
+ #########################################
+ def controlById(idGlobalFeedback, idControl):
+ return getattr(idGlobalFeedback, idControl)
+
#**********************************************************************************
#
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|