From b76bad52c29eb36f4d45a41f3c46d0d6f7fbc177 Mon Sep 17 00:00:00 2001 From: mbkma Date: Tue, 3 Aug 2021 09:51:32 +0200 Subject: filebrowser-plugin: fix segfault on open-terminal action --- plugins/filebrowser/pluma-file-browser-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/filebrowser/pluma-file-browser-plugin.c b/plugins/filebrowser/pluma-file-browser-plugin.c index 5d744160..f7c0d57f 100644 --- a/plugins/filebrowser/pluma-file-browser-plugin.c +++ b/plugins/filebrowser/pluma-file-browser-plugin.c @@ -611,7 +611,7 @@ add_popup_ui (PlumaFileBrowserPluginPrivate *priv) gtk_action_group_add_actions (action_group, extra_single_selection_actions, G_N_ELEMENTS (extra_single_selection_actions), - priv->window); + priv); gtk_ui_manager_insert_action_group (manager, action_group, 0); priv->single_selection_action_group = action_group; -- cgit v1.2.1