SF.net SVN: fclient:[958] trunk/fclient/fclient/impl/config.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-08-22 13:00:57
|
Revision: 958
http://fclient.svn.sourceforge.net/fclient/?rev=958&view=rev
Author: jUrner
Date: 2008-08-22 13:01:07 +0000 (Fri, 22 Aug 2008)
Log Message:
-----------
add mssing GlobalFeedback base method
Modified Paths:
--------------
trunk/fclient/fclient/impl/config.py
Modified: trunk/fclient/fclient/impl/config.py
===================================================================
--- trunk/fclient/fclient/impl/config.py 2008-08-22 13:00:19 UTC (rev 957)
+++ trunk/fclient/fclient/impl/config.py 2008-08-22 13:01:07 UTC (rev 958)
@@ -165,6 +165,9 @@
mthd = getattr(feedbackWidget, 'titleBar', None)
if mthd is not None:
self.titleBar = mthd()
+
+ def setVisible(self, flag):
+ pass
#********************************************************************************
#
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|