[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [gcompris] src/core: changelog, default value for the GCompris version is 0 not the current one
From:       Johnny Jazeix <jazeix () gmail ! com>
Date:       2016-01-31 20:54:13
Message-ID: E1aPz0f-0006CF-0R () scm ! kde ! org
[Download RAW message or body]

Git commit ca8ac414ee01fc4866b4e615a3b00f3dd51b794a by Johnny Jazeix.
Committed on 31/01/2016 at 20:54.
Pushed by jjazeix into branch 'master'.

changelog, default value for the GCompris version is 0 not the current one

M  +1    -1    src/core/ApplicationSettings.cpp

http://commits.kde.org/gcompris/ca8ac414ee01fc4866b4e615a3b00f3dd51b794a

diff --git a/src/core/ApplicationSettings.cpp b/src/core/ApplicationSettings.cpp
index faefd8a..a4bacff 100644
--- a/src/core/ApplicationSettings.cpp
+++ b/src/core/ApplicationSettings.cpp
@@ -142,7 +142,7 @@ ApplicationSettings::ApplicationSettings(QObject *parent): \
QObject(parent),  // internal group
     m_config.beginGroup(INTERNAL_GROUP_KEY);
     m_exeCount = m_config.value(EXE_COUNT_KEY, 0).toUInt();
-    m_lastGCVersionRan = m_config.value(LAST_GC_VERSION_RAN, \
ApplicationInfo::getInstance()->GCVersionCode()).toUInt(); +    m_lastGCVersionRan = \
m_config.value(LAST_GC_VERSION_RAN, 0).toUInt();  m_config.endGroup();
 
     // no group


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic