aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--status.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/status.c b/status.c
index 307aef1e..d58a8365 100644
--- a/status.c
+++ b/status.c
@@ -1,4 +1,4 @@
-/* $Id: status.c,v 1.159 2011-04-25 20:35:22 tcunha Exp $ */
+/* $Id: status.c,v 1.160 2011-05-05 10:02:36 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -642,7 +642,7 @@ status_job_callback(struct job *job)
buf = xstrdup(line);
so->out = buf;
- server_redraw_client(c);
+ server_status_client(c);
}
/* Return winlink status line entry and adjust gc as necessary. */