]> git.sur5r.net Git - i3/i3/commitdiff
i3bar: ignore the "socket_path" config option (redundant anyway)
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 20 Jan 2012 22:29:10 +0000 (22:29 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 20 Jan 2012 22:29:24 +0000 (22:29 +0000)
i3bar/src/config.c

index 13a535181640df2bd287f51fd972e8361ab7a04e..69355b69b916c8bf75fafdae32da2ee3e62a9467 100644 (file)
@@ -67,8 +67,8 @@ static int config_string_cb(void *params_, const unsigned char *val, size_t _len
 static int config_string_cb(void *params_, const unsigned char *val, unsigned int _len) {
 #endif
     int len = (int)_len;
-    /* The id is ignored, we already have it in config.bar_id */
-    if (!strcmp(cur_key, "id"))
+    /* The id and socket_path are ignored, we already know them. */
+    if (!strcmp(cur_key, "id") || !strcmp(cur_key, "socket_path"))
         return 1;
 
     if (!strcmp(cur_key, "mode")) {