aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.c')
-rw-r--r--src/conversation/gnunet-conversation-gtk.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.c b/src/conversation/gnunet-conversation-gtk.c
index 82b472a4..c091f7fb 100644
--- a/src/conversation/gnunet-conversation-gtk.c
+++ b/src/conversation/gnunet-conversation-gtk.c
@@ -191,9 +191,8 @@ run (void *cls,
191 gtk_widget_show (main_window); 191 gtk_widget_show (main_window);
192 gtk_window_present (GTK_WINDOW (main_window)); 192 gtk_window_present (GTK_WINDOW (main_window));
193 } 193 }
194 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, 194 GNUNET_SCHEDULER_add_shutdown (&shutdown_task,
195 &shutdown_task, 195 NULL);
196 NULL);
197 if (NULL == ego_name) 196 if (NULL == ego_name)
198 ego_name = GNUNET_strdup ("master-zone"); 197 ego_name = GNUNET_strdup ("master-zone");
199 GCG_HISTORY_init (); 198 GCG_HISTORY_init ();