[colobot] 227/390: Fix issue #394
Didier Raboud
odyx at moszumanska.debian.org
Fri Jun 12 14:21:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
odyx pushed a commit to branch upstream/latest
in repository colobot.
commit ec8b2cfd8133c1409eaf1b8cdb5218bbd6cafae3
Author: Piotr Walkusz <piotrwalkusz1 at wp.pl>
Date: Fri Nov 14 20:23:52 2014 +0100
Fix issue #394
---
src/ui/maindialog.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ui/maindialog.cpp b/src/ui/maindialog.cpp
index 2751f99..19864d3 100644
--- a/src/ui/maindialog.cpp
+++ b/src/ui/maindialog.cpp
@@ -5033,7 +5033,7 @@ void CMainDialog::SetupMemorize()
pl = static_cast<CList *>(pw->SearchControl(EVENT_LIST2));
if ( pl != 0 )
{
- GetProfile().SetIntProperty("Setup", "Resolution", pl->GetSelect());
+ GetProfile().SetIntProperty("Setup", "Resolution", m_setupSelMode);
}
}
else
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git
More information about the Pkg-games-commits
mailing list