patch from Deon Thomas fixing incorrect variable name for base conf module config...
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 10 Jan 2013 07:41:18 +0000 (07:41 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 10 Jan 2013 07:41:18 +0000 (07:41 +0000)
SVN revision: 82515

AUTHORS
ChangeLog
NEWS
config/mobile/module.conf.src
config/standard/module.conf.src

diff --git a/AUTHORS b/AUTHORS
index abb3f2c..9766f63 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -50,3 +50,4 @@ Nicolas Beaumont <nicolas.beaumont@gmail.com>
 David H. Bronke <whitelynx@gmail.com>
 José Roberto de Souza <zehortigoza@profusion.mobi>
 Lucas Jóia <lucasjoia@profusion.mobi>
+Deon Thomas
index d64e0d3..fd3d299 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-10 Deon Thomas
+
+        * Fixed bug with desktop config profile where conf module version variable was misnamed
+
 2013-01-09 Lucas De Marchi
 
         * Merged comp module into core
diff --git a/NEWS b/NEWS
index 80fec2e..6fc5ce8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -78,3 +78,4 @@ Fixes:
     * Fixed bug where fileman config slider widgets were not properly disabled
     * Tasks gadgets now apply the selected style
     * fixed bug where window border insets were not applied to initial positioning geometry, causing them to be placed incorrectly
+    * Fixed bug with desktop config profile where conf module version variable was misnamed
index b0c2bea..7c36ecb 100644 (file)
@@ -1,4 +1,4 @@
 group "Config" struct {
-    value "config_version" int: 1000000;
+    value "version" int: 1000000;
     value "menu_augmentation" int: 0;
 }
index f70b80a..187855d 100644 (file)
@@ -1,4 +1,4 @@
 group "Config" struct {
-    value "config_version" int: 1000000;
+    value "version" int: 1000000;
     value "menu_augmentation" int: 1;
 }