aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-16 19:00:48 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-16 19:00:48 +0000
commitbf559a4725f2c73c0ef56eb9039baed491f942cf (patch)
tree350ff1898b74a8ca78bb77065ae6d86d09a5ded8 /src/fs/gnunet-fs-gtk.c
parent07bbab38caebf01b02eaa53c5f7d90e1b74c1fab (diff)
downloadgnunet-gtk-bf559a4725f2c73c0ef56eb9039baed491f942cf.tar.gz
gnunet-gtk-bf559a4725f2c73c0ef56eb9039baed491f942cf.zip
LRN: Various changes (#1759)
* Make preview sensitive (prevent graying-out) * Enable fs persistence and probes (crashes, but who said it was going to be easy? * Make Save File dialog non-blocking
Diffstat (limited to 'src/fs/gnunet-fs-gtk.c')
-rw-r--r--src/fs/gnunet-fs-gtk.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-gtk.c b/src/fs/gnunet-fs-gtk.c
index d5a6cb52..aa8d97be 100644
--- a/src/fs/gnunet-fs-gtk.c
+++ b/src/fs/gnunet-fs-gtk.c
@@ -648,9 +648,8 @@ run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
648 plugins = EXTRACTOR_plugin_add_defaults (EXTRACTOR_OPTION_DEFAULT_POLICY); 648 plugins = EXTRACTOR_plugin_add_defaults (EXTRACTOR_OPTION_DEFAULT_POLICY);
649 fs = GNUNET_FS_start (GNUNET_GTK_main_loop_get_configuration (ml), 649 fs = GNUNET_FS_start (GNUNET_GTK_main_loop_get_configuration (ml),
650 "gnunet-gtk", &GNUNET_GTK_fs_event_handler, NULL, 650 "gnunet-gtk", &GNUNET_GTK_fs_event_handler, NULL,
651 GNUNET_FS_FLAGS_NONE 651 GNUNET_FS_FLAGS_PERSISTENCE |
652 /* fixme later for persistence/probes */ , 652 GNUNET_FS_FLAGS_DO_PROBES,
653 /* set other options here later! */
654 GNUNET_FS_OPTIONS_END); 653 GNUNET_FS_OPTIONS_END);
655 if (fs != NULL) 654 if (fs != NULL)
656 { 655 {