Call gtk_init in moo_set_log_func_window()
This commit is contained in:
parent
c372376c44
commit
2ac33fe80b
@ -870,6 +870,8 @@ printerr_func_window (const char *string)
|
||||
void
|
||||
moo_set_log_func_window (gboolean show_now)
|
||||
{
|
||||
gtk_init (NULL, NULL);
|
||||
|
||||
if (show_now)
|
||||
gtk_widget_show (GTK_WIDGET (moo_log_window()->window));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user