Sun, 13 Jul 2014 17:18:44 +0300
- initialize History as not ignoring or history will not work at all with new files
src/editHistory.cc | file | annotate | diff | comparison | revisions |
--- a/src/editHistory.cc Sun Jul 13 17:05:28 2014 +0300 +++ b/src/editHistory.cc Sun Jul 13 17:18:44 2014 +0300 @@ -26,7 +26,8 @@ // ============================================================================= // History::History() : - m_position (-1) {} + m_position (-1), + m_isIgnoring (false) {} // ============================================================================= //