]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: Correctly close the colors map in the IPC bar config reply
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 18 Oct 2011 21:11:44 +0000 (22:11 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 18 Oct 2011 21:11:44 +0000 (22:11 +0100)
src/ipc.c

index 1ae6bb0a032adb694c7088768113e26dc46c4a5b..1660096be255bc25a6fe6a7b054ed0a7e56e4f63 100644 (file)
--- a/src/ipc.c
+++ b/src/ipc.c
@@ -571,6 +571,7 @@ IPC_HANDLER(get_bar_config) {
         YSTR_IF_SET(inactive_workspace_bg);
         YSTR_IF_SET(urgent_workspace_text);
         YSTR_IF_SET(urgent_workspace_bg);
+        y(map_close);
 
 #undef YSTR_IF_SET
     }