gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: fix jemarch bug


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: fix jemarch bug
Date: Sat, 20 Mar 2021 20:50:01 +0100

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 997f216  fix jemarch bug
997f216 is described below

commit 997f2166ac3b23bc46aca6ebbd6e240f265d3a70
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Mar 20 20:49:58 2021 +0100

    fix jemarch bug
---
 src/anastasis/anastasis-gtk.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/anastasis/anastasis-gtk.c b/src/anastasis/anastasis-gtk.c
index ede645a..7b91ac9 100644
--- a/src/anastasis/anastasis-gtk.c
+++ b/src/anastasis/anastasis-gtk.c
@@ -251,8 +251,6 @@ run (void *cls)
   GNUNET_GTK_main_loop_get_args (ml,
                                  &argc,
                                  &argv);
-  if (0 != argc)
-    AG_load (argv[0]);
   /* setup main window */
   main_window = GTK_WIDGET (
     GCG_get_main_window_object ("anastasis_gtk_main_window"));
@@ -267,6 +265,8 @@ run (void *cls)
                           &rc);
   rc = GNUNET_CURL_gnunet_rc_create (ctx);
   ANASTASIS_redux_init (ctx);
+  if (0 != argc)
+    AG_load (argv[0]);
 }
 
 

-- 
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]