filebrowser: Fix crash on open_terminal action

0836fd05ac
This commit is contained in:
JosephMcc 2017-02-13 16:35:38 -08:00
parent fa31c65c2f
commit c27e781132
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ add_popup_ui (XedFileBrowserPlugin *plugin)
gtk_action_group_add_actions (action_group,
extra_single_selection_actions,
G_N_ELEMENTS (extra_single_selection_actions),
priv->window);
plugin);
gtk_ui_manager_insert_action_group (manager, action_group, 0);
priv->single_selection_action_group = action_group;