dasher r3665 - in trunk: . Src/DasherCore



Author: pwelche
Date: Thu Mar 12 17:47:49 2009
New Revision: 3665
URL: http://svn.gnome.org/viewvc/dasher?rev=3665&view=rev

Log:
c.f., r3661 Note that LP_MULTIPRESS_TIME isn't used anywhere - should be removed.
In fact, should be used!


Modified:
   trunk/ChangeLog
   trunk/Src/DasherCore/DynamicFilter.cpp

Modified: trunk/Src/DasherCore/DynamicFilter.cpp
==============================================================================
--- trunk/Src/DasherCore/DynamicFilter.cpp	(original)
+++ trunk/Src/DasherCore/DynamicFilter.cpp	Thu Mar 12 17:47:49 2009
@@ -67,7 +67,7 @@
   
   // Check for multiple clicks
   if(iId == m_iQueueId) {
-    while((m_deQueueTimes.size() > 0) && (iTime - m_deQueueTimes.front()) > GetLongParameter(LP_HOLD_TIME))
+    while((m_deQueueTimes.size() > 0) && (iTime - m_deQueueTimes.front()) > GetLongParameter(LP_MULTIPRESS_TIME))
       m_deQueueTimes.pop_front();
 
     if(m_deQueueTimes.size() == static_cast<unsigned int>(GetLongParameter(LP_MULTIPRESS_COUNT) - 1)) { 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]