SF.net SVN: fclient:[900] trunk/fclient/fclient/impl/ViewBrowser.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-08-11 17:57:43
|
Revision: 900 http://fclient.svn.sourceforge.net/fclient/?rev=900&view=rev Author: jUrner Date: 2008-08-11 17:57:50 +0000 (Mon, 11 Aug 2008) Log Message: ----------- spped up browser pane on first access Modified Paths: -------------- trunk/fclient/fclient/impl/ViewBrowser.py Modified: trunk/fclient/fclient/impl/ViewBrowser.py =================================================================== --- trunk/fclient/fclient/impl/ViewBrowser.py 2008-08-11 17:56:50 UTC (rev 899) +++ trunk/fclient/fclient/impl/ViewBrowser.py 2008-08-11 17:57:50 UTC (rev 900) @@ -1001,8 +1001,8 @@ self.isCreated = True # fire up a new broser to make a start #TODO: find a better time to fire up the browser. how do we know when the gui is up and running? + QtGui.QApplication.instance().processEvents() self.newBrowser(title=self.trUtf8('Waiting for fproxy')) - QtGui.QApplication.instance().processEvents() self.fcActions['ActionGoToHomePage'].trigger() def viewClose(self): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |