aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-04-20 04:39:57 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-04-20 04:39:57 +0000
commit35808f6cd559cb3f0df7da2f370e4fb7ab7d2bb8 (patch)
tree1804f1b6bbcaa1596dce66eeeecdc2cf8c3b9607 /src/mainwindow.c
parent7139e36056a91e4d1af2cc8ce24b43e1e7f4bdf8 (diff)
improved performance of the update of statusbar.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@227 ee746299-78ed-0310-b773-934348b2243d
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) \