main.c
changeset 987 ea0cef59c3a3
parent 971 b2a0dfa22b1d
child 988 aea51354bbe6
--- a/main.c	Sat Sep 15 10:35:18 2007 +0200
+++ b/main.c	Sat Sep 15 12:36:42 2007 +0200
@@ -326,7 +326,7 @@
 	xerrorxlib = XSetErrorHandler(xerror);
 	XSync(dpy, False);
 	setup();
-	drawstatus();
+	drawbar();
 	scan();
 
 	/* main event loop, also reads status text from stdin */
@@ -359,7 +359,7 @@
 				if(p > stext)
 					strncpy(stext, p + 1, sizeof stext);
 			}
-			drawstatus();
+			drawbar();
 		}
 		while(XPending(dpy)) {
 			XNextEvent(dpy, &ev);