Index: src/TortoiseProc/LogDialog/LogDlg.cpp =================================================================== --- src/TortoiseProc/LogDialog/LogDlg.cpp (revisjon 18522) +++ src/TortoiseProc/LogDialog/LogDlg.cpp (arbeidskopi) @@ -1874,9 +1874,7 @@ CString firstfile, secondfile; if (m_LogList.GetSelectedCount()==1) { - int s = m_LogList.GetSelectionMark(); - PLOGENTRYDATA pLogEntry = m_logEntries.GetVisible(s); - const CLogChangedPath& changedpath = pLogEntry->GetChangedPaths()[selIndex]; + const CLogChangedPath& changedpath = m_currentChangedArray[selIndex]; nodekind = changedpath.GetNodeKind(); firstfile = changedpath.GetPath(); secondfile = firstfile;