Revision 2259 src/statusbar.c
| statusbar.c (revision 2259) | ||
|---|---|---|
| 67 | 67 |
{
|
| 68 | 68 |
GList *cur; |
| 69 | 69 |
|
| 70 |
gdk_threads_enter(); |
|
| 70 | 71 |
for (cur = statusbar_list; cur != NULL; cur = cur->next) |
| 71 | 72 |
statusbar_puts(GTK_STATUSBAR(cur->data), str); |
| 73 |
gdk_threads_leave(); |
|
| 72 | 74 |
} |
| 73 | 75 |
|
| 74 | 76 |
void statusbar_print(GtkStatusbar *statusbar, const gchar *format, ...) |
Also available in: Unified diff