SF.net SVN: fclient: [60] trunk/fclient/fclient_lib/qt4ex/ctrls/areatips.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2007-11-08 13:18:54
|
Revision: 60
http://fclient.svn.sourceforge.net/fclient/?rev=60&view=rev
Author: jUrner
Date: 2007-11-08 05:18:59 -0800 (Thu, 08 Nov 2007)
Log Message:
-----------
fixed typo
Modified Paths:
--------------
trunk/fclient/fclient_lib/qt4ex/ctrls/areatips.py
Modified: trunk/fclient/fclient_lib/qt4ex/ctrls/areatips.py
===================================================================
--- trunk/fclient/fclient_lib/qt4ex/ctrls/areatips.py 2007-11-08 11:13:54 UTC (rev 59)
+++ trunk/fclient/fclient_lib/qt4ex/ctrls/areatips.py 2007-11-08 13:18:59 UTC (rev 60)
@@ -300,7 +300,7 @@
"""adjusts the show delay
@param n milliseconds to delay the popup of the tooltip
"""
- return self.areaTip.setShowDelay(delay)
+ return self.areaTip.setShowDelay(n)
#****************************************************************************
#
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|