anastasis-gtk

Demonstrator GUI for Anastasis
Log | Files | Refs | README | LICENSE

commit 67a86bf09287b3701f3b2d0ab416f5f189c289ba
parent 1ba6b519b5ea116d290063ae3201623dee554446
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 30 Jul 2021 13:43:35 +0200

-fix compiler warning: case to GTK_WIDGET

Diffstat:
Msrc/anastasis/anastasis-gtk_about.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/anastasis/anastasis-gtk_about.c b/src/anastasis/anastasis-gtk_about.c @@ -34,7 +34,7 @@ ANASTASIS_GTK_about_close_response (GtkDialog *dialog, { GtkBuilder *builder = user_data; - gtk_widget_destroy (dialog); + gtk_widget_destroy (GTK_WIDGET (dialog)); g_object_unref (G_OBJECT (builder)); }