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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk.c b/src/fs/gnunet-fs-gtk.c
index 0d26001c..59238ff6 100644
--- a/src/fs/gnunet-fs-gtk.c
+++ b/src/fs/gnunet-fs-gtk.c
@@ -150,7 +150,8 @@ 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-STYLE: can we do this with glade now? */ 153 /* Allow multiple selection in metadata view; */
154 /* FIXME-GTK3: this can be done within (modern versions of) glade */
154 metadata_tree = 155 metadata_tree =
155 GTK_TREE_VIEW (GNUNET_FS_GTK_get_main_window_object 156 GTK_TREE_VIEW (GNUNET_FS_GTK_get_main_window_object
156 ("GNUNET_GTK_main_window_metadata_treeview")); 157 ("GNUNET_GTK_main_window_metadata_treeview"));