Bugfix: Correctly close the colors map in the IPC bar config reply

next
Michael Stapelberg 2011-10-18 22:11:44 +01:00
parent c2c6ca25d5
commit e3cbdea1fc
1 changed files with 1 additions and 0 deletions

View File

@ -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
}