Revision 227 src/setup.c
| setup.c (revision 227) | ||
|---|---|---|
| 88 | 88 |
|
| 89 | 89 |
gtk_statusbar_push(GTK_STATUSBAR(mainwin->statusbar), |
| 90 | 90 |
mainwin->mainwin_cid, str); |
| 91 |
gtkut_widget_wait_for_draw(mainwin->statusbar);
|
|
| 91 |
gtkut_widget_draw_now(mainwin->statusbar);
|
|
| 92 | 92 |
gtk_statusbar_pop(GTK_STATUSBAR(mainwin->statusbar), |
| 93 | 93 |
mainwin->mainwin_cid); |
| 94 | 94 |
g_free(str); |
Also available in: Unified diff