diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_event-handler.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_event-handler.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.c b/src/fs/gnunet-fs-gtk_event-handler.c index dc313cd0..36e5432c 100644 --- a/src/fs/gnunet-fs-gtk_event-handler.c +++ b/src/fs/gnunet-fs-gtk_event-handler.c | |||
@@ -470,14 +470,10 @@ GNUNET_FS_GTK_search_treeview_row_activated (GtkTreeView * tree_view, | |||
470 | have no URI and downloading makes no sense. Ignore! */ | 470 | have no URI and downloading makes no sense. Ignore! */ |
471 | return; | 471 | return; |
472 | } | 472 | } |
473 | if (GNUNET_FS_uri_test_ksk (uri)) | 473 | if (GNUNET_FS_uri_test_ksk (uri) || |
474 | GNUNET_FS_uri_test_sks (uri)) | ||
474 | { | 475 | { |
475 | /* FIXME-FEATURE: copy keywords to search bar (and select 'no' namespace) */ | 476 | GNUNET_FS_GTK_handle_uri (uri); |
476 | return; | ||
477 | } | ||
478 | if (GNUNET_FS_uri_test_sks (uri)) | ||
479 | { | ||
480 | /* FIXME-FEATURE: select namespace and copy root to search bar */ | ||
481 | return; | 477 | return; |
482 | } | 478 | } |
483 | /* must be chk/loc URI, start download */ | 479 | /* must be chk/loc URI, start download */ |