aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-15 12:16:42 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-15 12:16:42 +0000
commit8f34ec400be2260012a5a1b603bb06558c30a7aa (patch)
tree30b1ed15e4d344aa7a2016069071893ca5451a82
parent3561b55611f169a8165601db05f89829f4e06676 (diff)
downloadgnunet-gtk-8f34ec400be2260012a5a1b603bb06558c30a7aa.tar.gz
gnunet-gtk-8f34ec400be2260012a5a1b603bb06558c30a7aa.zip
-note
-rw-r--r--src/fs/gnunet-fs-gtk-main_window_file_publish.c3
1 files changed, 2 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 750384cc..7106aebe 100644
--- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c
+++ b/src/fs/gnunet-fs-gtk-main_window_file_publish.c
@@ -281,7 +281,8 @@ update_selectivity (struct MainPublishingDialogContext *ctx)
281 * @param do_index should we index or insert? 281 * @param do_index should we index or insert?
282 * @param iter parent entry, or NULL for top-level addition 282 * @param iter parent entry, or NULL for top-level addition
283 */ 283 */
284static void 284// FIXME: are we keeping this around for a reason?
285/* static */ void
285add_file_at_iter (struct MainPublishingDialogContext *ctx, const char *filename, 286add_file_at_iter (struct MainPublishingDialogContext *ctx, const char *filename,
286 const struct GNUNET_FS_BlockOptions *bo, int do_index, 287 const struct GNUNET_FS_BlockOptions *bo, int do_index,
287 GtkTreeIter * iter) 288 GtkTreeIter * iter)