aboutsummaryrefslogtreecommitdiff
path: root/mpc-bar.m
diff options
context:
space:
mode:
Diffstat (limited to 'mpc-bar.m')
-rw-r--r--mpc-bar.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpc-bar.m b/mpc-bar.m
index c4a25b9..5d83fb0 100644
--- a/mpc-bar.m
+++ b/mpc-bar.m
@@ -10,7 +10,7 @@
#include "ini.h"
-#define VERSION "0.1.2"
+#define VERSION "0.2"
#define TITLE_MAX_LENGTH 96
#define SLEEP_INTERVAL 0.2
@@ -73,7 +73,7 @@ static int handler(void *userdata, const char *section, const char *name,
}
- (void)readConfigFile {
const char *path = [[NSHomeDirectory()
- stringByAppendingPathComponent:@".mpcbar.ini"] UTF8String];
+ stringByAppendingPathComponent:@".mpcbar"] UTF8String];
if (ini_parse(path, handler, &config) < 0) {
NSLog(@"Failed to read config file");
}