# HG changeset patch # User Santeri Piippo # Date 1373240815 -10800 # Node ID 262d9bffe00ef44752d3513c4ac9f977901bc17b # Parent b3f6c93db2e4fa0e5624f13eb8f434ab1a80340a fixed: history is supposed to be closed by default diff -r b3f6c93db2e4 -r 262d9bffe00e src/history.cpp --- a/src/history.cpp Mon Jul 08 02:43:43 2013 +0300 +++ b/src/history.cpp Mon Jul 08 02:46:55 2013 +0300 @@ -30,6 +30,7 @@ History::History() { + setOpened( false ); setPos( -1 ); }