aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/fs.c')
-rw-r--r--src/plugins/fs/fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/fs.c b/src/plugins/fs/fs.c
index d927d3d6..198837bb 100644
--- a/src/plugins/fs/fs.c
+++ b/src/plugins/fs/fs.c
@@ -533,7 +533,7 @@ init_cron_job (void *arg)
533{ 533{
534 GtkWidget *tab = arg; 534 GtkWidget *tab = arg;
535 535
536 ctx = GNUNET_FSUI_start (ectx, cfg, "gnunet-gtk", 64, /* FIXME: allow user to configure download parallelism */ 536 ctx = GNUNET_FSUI_start (ectx, cfg, "gnunet-gtk", 64, /* FIXME: allow user to configure download parallelism */
537 GNUNET_YES, &eventProcessor, NULL); 537 GNUNET_YES, &eventProcessor, NULL);
538 GNUNET_GTK_save_call ((GNUNET_ThreadMainFunction) & gtk_widget_show, tab); 538 GNUNET_GTK_save_call ((GNUNET_ThreadMainFunction) & gtk_widget_show, tab);
539} 539}