aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-namestore-gtk.c')
-rw-r--r--src/namestore/gnunet-namestore-gtk.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/namestore/gnunet-namestore-gtk.c b/src/namestore/gnunet-namestore-gtk.c
index 7f686086..750e1810 100644
--- a/src/namestore/gnunet-namestore-gtk.c
+++ b/src/namestore/gnunet-namestore-gtk.c
@@ -2823,8 +2823,7 @@ run (void *cls)
2823 NULL); 2823 NULL);
2824 gtk_widget_show (main_window); 2824 gtk_widget_show (main_window);
2825 gtk_window_present (GTK_WINDOW (main_window)); 2825 gtk_window_present (GTK_WINDOW (main_window));
2826 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, 2826 GNUNET_SCHEDULER_add_shutdown (&cleanup_task, NULL);
2827 &cleanup_task, NULL);
2828} 2827}
2829 2828
2830 2829