aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index d785a309..f0d291ba 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -87,7 +87,7 @@
{ \
gtk_statusbar_push(GTK_STATUSBAR(mainwin->statusbar), \
mainwin->mainwin_cid, str); \
- gtkut_widget_wait_for_draw(mainwin->statusbar); \
+ gtkut_widget_draw_now(mainwin->statusbar); \
}
#define STATUSBAR_POP(mainwin) \