Fixed wrong function return type in settings.
authorDaniel Carl <danielcarl@gmx.de>
Wed, 8 Jan 2014 00:00:35 +0000 (01:00 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 8 Jan 2014 00:00:35 +0000 (01:00 +0100)
src/setting.c

index 09410fe..cd4fdfa 100644 (file)
@@ -687,7 +687,7 @@ static SettingStatus proxy(const Setting *s, const SettingType type)
         if (type == SETTING_GET) {
             print_value(s, &enabled);
 
-            return true;
+            return SETTING_OK;
         }
     }