SF.net SVN: fclient:[807] trunk/fclient/src/fclient/impl/ PrefsConnectionWidget.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-28 19:27:08
|
Revision: 807
http://fclient.svn.sourceforge.net/fclient/?rev=807&view=rev
Author: jUrner
Date: 2008-07-28 19:27:17 +0000 (Mon, 28 Jul 2008)
Log Message:
-----------
combed over prefs dialog
Modified Paths:
--------------
trunk/fclient/src/fclient/impl/PrefsConnectionWidget.py
Modified: trunk/fclient/src/fclient/impl/PrefsConnectionWidget.py
===================================================================
--- trunk/fclient/src/fclient/impl/PrefsConnectionWidget.py 2008-07-28 19:27:07 UTC (rev 806)
+++ trunk/fclient/src/fclient/impl/PrefsConnectionWidget.py 2008-07-28 19:27:17 UTC (rev 807)
@@ -92,8 +92,7 @@
def canApply(self): return True
def canHelp(self): return False
- def canRestoreDefaults(self):
- return True
+ def canRestoreDefaults(self): return True
def doApply(self):
self._widget.doApply()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|