Revision: 572
http://fclient.svn.sourceforge.net/fclient/?rev=572&view=rev
Author: jUrner
Date: 2008-07-11 09:32:57 -0700 (Fri, 11 Jul 2008)
Log Message:
-----------
too many changes to list
Modified Paths:
--------------
trunk/fclient/src/fclient/Ui_PrefsGlobal.py
Modified: trunk/fclient/src/fclient/Ui_PrefsGlobal.py
===================================================================
--- trunk/fclient/src/fclient/Ui_PrefsGlobal.py 2008-07-11 16:32:39 UTC (rev 571)
+++ trunk/fclient/src/fclient/Ui_PrefsGlobal.py 2008-07-11 16:32:57 UTC (rev 572)
@@ -15,14 +15,10 @@
#**********************************************************************************
class PrefsGlobalWidget(QtGui.QWidget, Ui_PrefsGlobalWidget):
- def __init__(self, parent, cfg=None):
+ def __init__(self, parent):
QtGui.QWidget.__init__(self, parent)
-
-
- self.cfg = config.Config(self) if cfg is None else cfg
-
-
self.setupUi(self)
+
#***********************************************************************
#
#***********************************************************************
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|