SF.net SVN: fclient:[856] trunk/fclient/fclient/impl/lib/qt4ex/ dlgpreferences.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-08-02 10:21:32
|
Revision: 856
http://fclient.svn.sourceforge.net/fclient/?rev=856&view=rev
Author: jUrner
Date: 2008-08-02 10:21:41 +0000 (Sat, 02 Aug 2008)
Log Message:
-----------
ups, left over test code
Modified Paths:
--------------
trunk/fclient/fclient/impl/lib/qt4ex/dlgpreferences.py
Modified: trunk/fclient/fclient/impl/lib/qt4ex/dlgpreferences.py
===================================================================
--- trunk/fclient/fclient/impl/lib/qt4ex/dlgpreferences.py 2008-08-02 10:06:52 UTC (rev 855)
+++ trunk/fclient/fclient/impl/lib/qt4ex/dlgpreferences.py 2008-08-02 10:21:41 UTC (rev 856)
@@ -713,7 +713,6 @@
out = QtCore.QString()
while True:
out.prepend(page.displayName() + '/')
- test.append(page)
if page.isRoot():
break
page = page.parent()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|