summaryrefslogtreecommitdiffstats
path: root/audio/main.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-23 18:04:36 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-23 18:04:36 +0000
commit2ec3960a534fe2e8e0d63cc3600ef1fd90505b0d (patch)
tree324eb8522df25a4efbaa7cdf3300c3c8c5da16c8 /audio/main.c
parentb7b6b704e9bef49402fa5df84d5193fc7f64c3af (diff)
Update code to match example audio.conf
Diffstat (limited to 'audio/main.c')
-rw-r--r--audio/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/main.c b/audio/main.c
index 9e677354..bd9cd0c5 100644
--- a/audio/main.c
+++ b/audio/main.c
@@ -93,7 +93,7 @@ static void read_config(const char *file)
}
str = g_key_file_get_string(keyfile, "General",
- "Disabled", &err);
+ "Disable", &err);
if (err) {
debug("%s: %s", file, err->message);
g_error_free(err);