OSDN Git Service

Change update count policy
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / GitLogListBase.cpp
index b1ada30..f4b7cd5 100644 (file)
@@ -2116,7 +2116,7 @@ UINT CGitLogListBase::LogThread()
 \r
                m_arShownList.Add(pRev);\r
 \r
-               if(t2-t1>500 && m_logEntries.size()<(oldsize+100) )\r
+               if(t2-t1>500 && m_logEntries.size()>(oldsize+100) )\r
                {\r
                        //update UI\r
                        oldsize = m_logEntries.size();\r