diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_advertise-pseudonym.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_advertise-pseudonym.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fs/gnunet-fs-gtk_advertise-pseudonym.c b/src/fs/gnunet-fs-gtk_advertise-pseudonym.c index 07562f38..f6714010 100644 --- a/src/fs/gnunet-fs-gtk_advertise-pseudonym.c +++ b/src/fs/gnunet-fs-gtk_advertise-pseudonym.c | |||
@@ -136,7 +136,6 @@ GNUNET_GTK_select_pseudonym_dialog_response_cb (GtkDialog * dialog, | |||
136 | struct GNUNET_FS_Namespace *ns; | 136 | struct GNUNET_FS_Namespace *ns; |
137 | struct GNUNET_FS_Namespace *nso; | 137 | struct GNUNET_FS_Namespace *nso; |
138 | GtkWindow *transient; | 138 | GtkWindow *transient; |
139 | GtkListStore *anon_liststore; | ||
140 | struct NamespaceAdvertisementContext *nds; | 139 | struct NamespaceAdvertisementContext *nds; |
141 | struct GNUNET_CONTAINER_MetaData *meta; | 140 | struct GNUNET_CONTAINER_MetaData *meta; |
142 | struct GNUNET_FS_BlockOptions bo; | 141 | struct GNUNET_FS_BlockOptions bo; |
@@ -186,14 +185,9 @@ GNUNET_GTK_select_pseudonym_dialog_response_cb (GtkDialog * dialog, | |||
186 | GNUNET_FS_file_information_create_empty_directory (NULL, NULL, NULL, meta, | 185 | GNUNET_FS_file_information_create_empty_directory (NULL, NULL, NULL, meta, |
187 | &bo, NULL); | 186 | &bo, NULL); |
188 | GNUNET_CONTAINER_meta_data_destroy (meta); | 187 | GNUNET_CONTAINER_meta_data_destroy (meta); |
189 | |||
190 | /* FIXME: bad sharing of anon-liststore; also, this store is not even | ||
191 | in this builder... */ | ||
192 | anon_liststore = GTK_LIST_STORE (gtk_builder_get_object (builder, "main_window_search_anonymity_liststore")); | ||
193 | GNUNET_FS_GTK_edit_publish_dialog (transient, | 188 | GNUNET_FS_GTK_edit_publish_dialog (transient, |
194 | nds->fip, | 189 | nds->fip, |
195 | GNUNET_NO, | 190 | GNUNET_NO, |
196 | anon_liststore, | ||
197 | &adv_pseudonym_edit_publish_dialog_cb, | 191 | &adv_pseudonym_edit_publish_dialog_cb, |
198 | nds); | 192 | nds); |
199 | } | 193 | } |