diff options
Diffstat (limited to 'src/gns/gnunet-gns-gtk.c')
-rw-r--r-- | src/gns/gnunet-gns-gtk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gns/gnunet-gns-gtk.c b/src/gns/gnunet-gns-gtk.c index ed3ff064..143c6406 100644 --- a/src/gns/gnunet-gns-gtk.c +++ b/src/gns/gnunet-gns-gtk.c | |||
@@ -408,6 +408,7 @@ run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) | |||
408 | "gnunet-gtk" /* FIXME: different icon? */ , | 408 | "gnunet-gtk" /* FIXME: different icon? */ , |
409 | "gnunet-gns-gtk"); | 409 | "gnunet-gns-gtk"); |
410 | 410 | ||
411 | /* | ||
411 | struct ZoneIteration_Context * zc_ctx = GNUNET_malloc (sizeof (struct ZoneIteration_Context)); | 412 | struct ZoneIteration_Context * zc_ctx = GNUNET_malloc (sizeof (struct ZoneIteration_Context)); |
412 | zc_ctx->zone = zone; | 413 | zc_ctx->zone = zone; |
413 | GNUNET_NAMESTORE_zone_iteration_start(gns->ns, &zone, | 414 | GNUNET_NAMESTORE_zone_iteration_start(gns->ns, &zone, |
@@ -415,6 +416,7 @@ run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) | |||
415 | GNUNET_NAMESTORE_RF_NONE, | 416 | GNUNET_NAMESTORE_RF_NONE, |
416 | &zone_iteration_proc, | 417 | &zone_iteration_proc, |
417 | zc_ctx); | 418 | zc_ctx); |
419 | */ | ||
418 | 420 | ||
419 | /* make GUI visible */ | 421 | /* make GUI visible */ |
420 | if (!tray_only) | 422 | if (!tray_only) |