aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_event-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_event-handler.c')
-rw-r--r--src/fs/gnunet-fs-gtk_event-handler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.c b/src/fs/gnunet-fs-gtk_event-handler.c
index 36e5432c..2ac03659 100644
--- a/src/fs/gnunet-fs-gtk_event-handler.c
+++ b/src/fs/gnunet-fs-gtk_event-handler.c
@@ -2472,7 +2472,6 @@ GNUNET_FS_GTK_publish_label_close_button_clicked (GtkButton * button,
2472 { 2472 {
2473 gtk_tree_model_get (tm, &iter, 4, &pe, -1); 2473 gtk_tree_model_get (tm, &iter, 4, &pe, -1);
2474 GNUNET_FS_publish_stop (pe->pc); 2474 GNUNET_FS_publish_stop (pe->pc);
2475 pe->pc = NULL;
2476 } 2475 }
2477 while (TRUE == gtk_tree_model_iter_next (tm, &iter)); 2476 while (TRUE == gtk_tree_model_iter_next (tm, &iter));
2478 } 2477 }