diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk-main_window_file_publish.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk-main_window_file_publish.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk-main_window_file_publish.c b/src/fs/gnunet-fs-gtk-main_window_file_publish.c index f62c8928..9ec2a806 100644 --- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c +++ b/src/fs/gnunet-fs-gtk-main_window_file_publish.c | |||
@@ -679,7 +679,6 @@ master_publish_edit_publish_dialog_cb (gpointer cls, int do_index, | |||
679 | struct EditPublishContext *cbargs = cls; | 679 | struct EditPublishContext *cbargs = cls; |
680 | struct GNUNET_FS_FileInformation *fi; | 680 | struct GNUNET_FS_FileInformation *fi; |
681 | 681 | ||
682 | GNUNET_assert (NULL == root); | ||
683 | if (ret == GTK_RESPONSE_OK) | 682 | if (ret == GTK_RESPONSE_OK) |
684 | { | 683 | { |
685 | gtk_tree_store_set (GTK_TREE_STORE (cbargs->tm), &cbargs->iter, 1, do_index, | 684 | gtk_tree_store_set (GTK_TREE_STORE (cbargs->tm), &cbargs->iter, 1, do_index, |