[dconf-editor] Better search result in properties view.



commit c467b8bb4ae7f7be6069023befe46483826c2b1d
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Dec 1 01:34:07 2017 +0100

    Better search result in properties view.

 editor/registry-search.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/editor/registry-search.vala b/editor/registry-search.vala
index 9e7eddc..a46dfac 100644
--- a/editor/registry-search.vala
+++ b/editor/registry-search.vala
@@ -391,7 +391,7 @@ class RegistrySearch : Grid, PathElement, BrowsableView
             post_local = -1;
             post_folders = -1;
 
-            local_search (model, current_path, term);
+            local_search (model, SettingsModel.get_base_path (current_path), term);
             bookmark_search (model, current_path, term);
             key_list_box.bind_model (search_results_model, new_list_box_row);
             if (term != "")


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