Commit fda40c50 authored by Claes Sjofors's avatar Claes Sjofors

Wb distributor, message erased befor new distribute (refs #123)

parent 892c5b32
......@@ -64,6 +64,10 @@
void WPkgGtk::message( char severity, const char *message)
{
gtk_label_set_text( GTK_LABEL(msg_label), message);
// Change the label now !!
gdk_display_flush( gdk_display_get_default());
while(gtk_events_pending()) gtk_main_iteration();
}
//
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment