[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis-gtk] branch master updated: -fix compiler warning: case
From: |
gnunet |
Subject: |
[taler-anastasis-gtk] branch master updated: -fix compiler warning: case to GTK_WIDGET |
Date: |
Fri, 30 Jul 2021 13:43:37 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis-gtk.
The following commit(s) were added to refs/heads/master by this push:
new 67a86bf -fix compiler warning: case to GTK_WIDGET
67a86bf is described below
commit 67a86bf09287b3701f3b2d0ab416f5f189c289ba
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 30 13:43:35 2021 +0200
-fix compiler warning: case to GTK_WIDGET
---
src/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
index d1c0a61..4bfdbbe 100644
--- 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));
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis-gtk] branch master updated: -fix compiler warning: case to GTK_WIDGET,
gnunet <=