summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2021-08-03 09:51:32 +0200
committerVictor Kareh <[email protected]>2021-08-03 15:18:30 -0400
commitb76bad52c29eb36f4d45a41f3c46d0d6f7fbc177 (patch)
tree1f744af46435528b270517aa73e31c533d3aa24b
parent70b239ea0f9ffd15d0f998fb6aaaca30f56454da (diff)
downloadpluma-b76bad52c29eb36f4d45a41f3c46d0d6f7fbc177.tar.bz2
pluma-b76bad52c29eb36f4d45a41f3c46d0d6f7fbc177.tar.xz
filebrowser-plugin: fix segfault on open-terminal action
-rw-r--r--plugins/filebrowser/pluma-file-browser-plugin.c2
1 files changed, 1 insertions, 1 deletions
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;