From 35808f6cd559cb3f0df7da2f370e4fb7ab7d2bb8 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 20 Apr 2005 04:39:57 +0000 Subject: improved performance of the update of statusbar. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@227 ee746299-78ed-0310-b773-934348b2243d --- src/statusbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statusbar.c') 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); } -- cgit v1.2.3