[gnome-builder/wip/gtk4-port] plugins/editor: set hint to editorui
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port] plugins/editor: set hint to editorui
- Date: Wed, 6 Apr 2022 00:47:09 +0000 (UTC)
commit 4c693f44dd5756a8fa95c77576ec6e162b996583
Author: Christian Hergert <chergert redhat com>
Date: Tue Apr 5 17:43:05 2022 -0700
plugins/editor: set hint to editorui
These use module names to set the hint to a particular addin.
src/plugins/editorui/gbp-editorui-application-addin.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/editorui/gbp-editorui-application-addin.c
b/src/plugins/editorui/gbp-editorui-application-addin.c
index e42dde3de..aae1aa2d0 100644
--- a/src/plugins/editorui/gbp-editorui-application-addin.c
+++ b/src/plugins/editorui/gbp-editorui-application-addin.c
@@ -259,7 +259,7 @@ gbp_editorui_application_addin_handle_command_line (IdeApplicationAddin *add
ide_workbench_open_all_async (workbench,
(GFile **)(gpointer)files->pdata,
files->len,
- "editor",
+ "editorui",
NULL,
gbp_editorui_application_addin_open_all_cb,
g_object_ref (cmdline));
@@ -308,7 +308,7 @@ gbp_editorui_application_addin_open (IdeApplicationAddin *addin,
ide_workbench_open_all_async (workbench,
files,
n_files,
- "editor",
+ "editorui",
NULL,
gbp_editorui_application_addin_open_all_cb,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]