]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/src/child.c
i3bar Bugfix: don't show "EOF" status line error
[i3/i3] / i3bar / src / child.c
index 1bd0d258b1d71d65ad0f89842d586427ec34a4e1..52e99b4091cf959932c8587adec07c823f16bb8c 100644 (file)
@@ -294,8 +294,6 @@ static unsigned char *get_buffer(ev_io *watcher, int *ret_buffer_len) {
             /* end of file, kill the watcher */
             ELOG("stdin: received EOF\n");
             cleanup();
-            set_statusline_error("Received EOF from statusline process");
-            draw_bars(false);
             *ret_buffer_len = -1;
             return NULL;
         }