[gnome-builder/wip/gtk4-port: 631/736] plugins/file-search: add parameter for panel location




commit db1314ccc5443667c576f3c13470bc21018b41ed
Author: Christian Hergert <chergert redhat com>
Date:   Mon Apr 18 21:01:14 2022 -0700

    plugins/file-search: add parameter for panel location

 src/plugins/file-search/gbp-file-search-result.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/file-search/gbp-file-search-result.c 
b/src/plugins/file-search/gbp-file-search-result.c
index b847be44a..3d28dfc15 100644
--- a/src/plugins/file-search/gbp-file-search-result.c
+++ b/src/plugins/file-search/gbp-file-search-result.c
@@ -65,7 +65,7 @@ gbp_file_search_result_activate (IdeSearchResult *result,
 
   file = g_file_get_child (workdir, GBP_FILE_SEARCH_RESULT (result)->path);
 
-  ide_workbench_open_async (workbench, file, NULL, 0,NULL, NULL, NULL);
+  ide_workbench_open_async (workbench, file, NULL, 0, NULL, NULL, NULL, NULL);
 }
 
 static void


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