fixed: history is supposed to be closed by default

Mon, 08 Jul 2013 02:46:55 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Mon, 08 Jul 2013 02:46:55 +0300
changeset 366
262d9bffe00e
parent 365
b3f6c93db2e4
child 367
3745caa5d87d

fixed: history is supposed to be closed by default

src/history.cpp file | annotate | diff | comparison | revisions
--- 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 );
 }
 

mercurial