diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-01-15 12:16:42 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-01-15 12:16:42 +0000 |
commit | 8f34ec400be2260012a5a1b603bb06558c30a7aa (patch) | |
tree | 30b1ed15e4d344aa7a2016069071893ca5451a82 | |
parent | 3561b55611f169a8165601db05f89829f4e06676 (diff) | |
download | gnunet-gtk-8f34ec400be2260012a5a1b603bb06558c30a7aa.tar.gz gnunet-gtk-8f34ec400be2260012a5a1b603bb06558c30a7aa.zip |
-note
-rw-r--r-- | src/fs/gnunet-fs-gtk-main_window_file_publish.c | 3 |
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 | */ |
284 | static void | 284 | // FIXME: are we keeping this around for a reason? |
285 | /* static */ void | ||
285 | add_file_at_iter (struct MainPublishingDialogContext *ctx, const char *filename, | 286 | add_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) |