Git commit 9d735c914fb0e040c1c6ed2dc48cdf7881b36f6e by Bruno Coudoin. Committed on 30/11/2014 at 18:54. Pushed by bcoudoin into branch 'master'. core, add missing default value for the demo field M +2 -1 src/core/ActivityInfo.cpp http://commits.kde.org/gcompris/9d735c914fb0e040c1c6ed2dc48cdf7881b36f6e diff --git a/src/core/ActivityInfo.cpp b/src/core/ActivityInfo.cpp index 868ed4d..1833140 100644 --- a/src/core/ActivityInfo.cpp +++ b/src/core/ActivityInfo.cpp @@ -27,7 +27,8 @@ = ActivityInfo::ActivityInfo(QObject *parent): QObject(parent), - m_dir("") + m_dir(""), + m_demo(true) {} = QString ActivityInfo::name() const