aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.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/summaryview.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/summaryview.c')
-rw-r--r--src/summaryview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index a3d7ab9a..2a7ff941 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -77,7 +77,7 @@
{ \
gtk_statusbar_push(GTK_STATUSBAR(mainwin->statusbar), \
mainwin->summaryview_cid, str); \
- gtkut_widget_wait_for_draw(mainwin->statusbar); \
+ gtkut_widget_draw_now(mainwin->statusbar); \
}
#define STATUSBAR_POP(mainwin) \