aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk.c')
-rw-r--r--src/fs/gnunet-fs-gtk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-gtk.c b/src/fs/gnunet-fs-gtk.c
index bbc8f58d..0d26001c 100644
--- a/src/fs/gnunet-fs-gtk.c
+++ b/src/fs/gnunet-fs-gtk.c
@@ -94,7 +94,7 @@ GNUNET_FS_GTK_get_anonymity_level_list_store ()
94 94
95/** 95/**
96 * Task run on shutdown. 96 * Task run on shutdown.
97 * FIXME: does this need to be a separate task!? 97 * FIXME-STYLE: does this need to be a separate task!?
98 * 98 *
99 * @param cls NULL 99 * @param cls NULL
100 * @param tc scheduler context, unused 100 * @param tc scheduler context, unused
@@ -150,7 +150,7 @@ run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
150 ("GNUNET_GTK_main_window")); 150 ("GNUNET_GTK_main_window"));
151 gtk_window_maximize (GTK_WINDOW (main_window)); 151 gtk_window_maximize (GTK_WINDOW (main_window));
152 152
153 /* Allow multiple selection in metadata view; FIXME: can we do this with glade now? */ 153 /* Allow multiple selection in metadata view; FIXME-STYLE: can we do this with glade now? */
154 metadata_tree = 154 metadata_tree =
155 GTK_TREE_VIEW (GNUNET_FS_GTK_get_main_window_object 155 GTK_TREE_VIEW (GNUNET_FS_GTK_get_main_window_object
156 ("GNUNET_GTK_main_window_metadata_treeview")); 156 ("GNUNET_GTK_main_window_metadata_treeview"));