diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-02-01 21:11:55 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-02-01 21:11:55 +0000 |
commit | a9f640f21de06cefd92dacda954a1001932dc4df (patch) | |
tree | 57ade2be4b67624c28fb844109a65c4f236550ef | |
parent | fec1633e47dc8b9949caaf9aefb5efacd53ba171 (diff) | |
download | gnunet-gtk-a9f640f21de06cefd92dacda954a1001932dc4df.tar.gz gnunet-gtk-a9f640f21de06cefd92dacda954a1001932dc4df.zip |
-can get empty string here now
-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, |