gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis-gtk] 02/02: fix loop


From: gnunet
Subject: [taler-anastasis-gtk] 02/02: fix loop
Date: Wed, 16 Sep 2020 10:37:15 +0200

This is an automated email from the git hooks/post-receive script.

dennis-neufeld pushed a commit to branch master
in repository anastasis-gtk.

commit 284dee9fb7816c62f9cc2eec332a9868da4113eb
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Wed Sep 16 10:23:30 2020 +0200

    fix loop
---
 src/anastasis/anastasis-gtk_helper.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/anastasis/anastasis-gtk_helper.c 
b/src/anastasis/anastasis-gtk_helper.c
index 942fa3e..942f4b9 100644
--- a/src/anastasis/anastasis-gtk_helper.c
+++ b/src/anastasis/anastasis-gtk_helper.c
@@ -215,14 +215,11 @@ init_id_attr (json_t *state,
     json_t *id_attr;
     json_t *id_attributes = json_object_get (state, "required_attributes");
 
-    /**
-     * FIXME: something is wrong here...
     children = gtk_container_get_children (GTK_CONTAINER 
(GCG_get_main_window_object (
-                                                            
"anastasis_gtk_identity_frame")));
+                                                            
"anastasis_gtk_identity_vbox")));
     for (iter = children; iter != NULL; iter = g_list_next (iter))
         gtk_widget_hide (GTK_WIDGET (iter->data));
     g_list_free (children);
-    */
 
     json_array_foreach (id_attributes, index, id_attr)
     {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]