[gnome-builder/wip/gtk4-port: 616/1774] plugins/file-search: add parameter for panel location
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 616/1774] plugins/file-search: add parameter for panel location
- Date: Mon, 11 Jul 2022 22:31:18 +0000 (UTC)
commit f742f34ca40d17f9c715621b7db0be7c54e6ce74
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]