aboutsummaryrefslogtreecommitdiff
path: root/src/statusbar.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/statusbar.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/statusbar.c')
-rw-r--r--src/statusbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbar.c b/src/statusbar.c
index e1f4ab29..c112b9cd 100644
--- a/src/statusbar.c
+++ b/src/statusbar.c
@@ -59,7 +59,7 @@ void statusbar_puts(GtkStatusbar *statusbar, const gchar *str)
cid = gtk_statusbar_get_context_id(statusbar, "Standard Output");
gtk_statusbar_pop(statusbar, cid);
gtk_statusbar_push(statusbar, cid, buf);
- gtkut_widget_wait_for_draw(GTK_WIDGET(statusbar)->parent);
+ gtkut_widget_draw_now(GTK_WIDGET(statusbar));
g_free(buf);
}