Revision: 951
http://fclient.svn.sourceforge.net/fclient/?rev=951&view=rev
Author: jUrner
Date: 2008-08-22 08:05:06 +0000 (Fri, 22 Aug 2008)
Log Message:
-----------
whitespace
Modified Paths:
--------------
trunk/fclient/fclient/impl/ViewBrowser/Browser.py
Modified: trunk/fclient/fclient/impl/ViewBrowser/Browser.py
===================================================================
--- trunk/fclient/fclient/impl/ViewBrowser/Browser.py 2008-08-22 08:04:41 UTC (rev 950)
+++ trunk/fclient/fclient/impl/ViewBrowser/Browser.py 2008-08-22 08:05:06 UTC (rev 951)
@@ -213,4 +213,4 @@
networkReplyData.finished = True
for signal, handler in self._networkReplySignals:
self.disconnect(reply, QtCore.SIGNAL(signal), handler)
- self.emit(QtCore.SIGNAL('networkReplyFinished(int, QObject*)'), i, networkReplyData)
\ No newline at end of file
+ self.emit(QtCore.SIGNAL('networkReplyFinished(int, QObject*)'), i, networkReplyData)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|