fix infinite loop in bobtoolz modal dialog after "enter illegal data;ok;get msg box;ok;close dialog window;get msg box"

This commit is contained in:
Garux 2020-06-06 12:18:28 +03:00
parent 35309c8c6c
commit 9ef4e57518

View File

@ -100,6 +100,8 @@ static gint dialog_delete_callback( GtkWidget *widget, GdkEvent* event, gpointer
loop = (int*)g_object_get_data( G_OBJECT( widget ), "loop" );
*loop = 0;
*(EMessageBoxReturn*)g_object_get_data( G_OBJECT( widget ), "ret" ) = eIDCANCEL;
return TRUE;
}