diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk.c b/src/fs/gnunet-fs-gtk.c index 7d39f1e3..24bfdbe5 100644 --- a/src/fs/gnunet-fs-gtk.c +++ b/src/fs/gnunet-fs-gtk.c | |||
@@ -598,6 +598,8 @@ monitor_zone_records (void *cls, | |||
598 | gchar *id; | 598 | gchar *id; |
599 | gchar *label_gnu; | 599 | gchar *label_gnu; |
600 | 600 | ||
601 | GNUNET_NAMESTORE_zone_monitor_next (main_context.zm, | ||
602 | 1); | ||
601 | ls = GTK_LIST_STORE (GNUNET_FS_GTK_get_main_window_object ("namespace_label_liststore")); | 603 | ls = GTK_LIST_STORE (GNUNET_FS_GTK_get_main_window_object ("namespace_label_liststore")); |
602 | label_gnu = g_strdup_printf ("%s.%s", | 604 | label_gnu = g_strdup_printf ("%s.%s", |
603 | label, | 605 | label, |