[nautilus] files-view: Remove obsolete FIXME



commit 1cd56e42fd2bd8bbabd26497f18bef8c6d029c1e
Author: António Fernandes <antoniof gnome org>
Date:   Fri May 1 23:26:13 2020 +0100

    files-view: Remove obsolete FIXME
    
    This has already been fixed in 7f19a036491cb27579daa674aaf7f5353d910709
    and later improved in https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/440

 src/nautilus-files-view.c | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
index dbeda6123..fa6156fec 100644
--- a/src/nautilus-files-view.c
+++ b/src/nautilus-files-view.c
@@ -7791,10 +7791,6 @@ real_update_actions_state (NautilusFilesView *view)
     g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
                                  !nautilus_files_view_is_empty (view));
 
-    /* FIXME: We are assuming tracker indexes XDG folders and ignore the search
-     * setting. This should be fixed in a better way for Nautilus 3.30.
-     * See https://gitlab.gnome.org/GNOME/nautilus/issues/243
-     */
     current_location = nautilus_file_get_location (nautilus_files_view_get_directory_as_file (view));
     current_uri = g_file_get_uri (current_location);
     current_directory_tracked = nautilus_tracker_directory_is_tracked (current_location);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]