summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaffith <[email protected]>2019-05-26 23:48:23 -0400
committerraveit65 <[email protected]>2019-06-06 17:01:13 +0200
commita18b9a4b411c07bfb36a7443f79c7ed1298bec04 (patch)
treed6e1ea52b311e91200b331a4bb395efe2ea318f4
parentfbd460c848e630571d5ee462b797695980caf4f7 (diff)
downloadeom-a18b9a4b411c07bfb36a7443f79c7ed1298bec04.tar.bz2
eom-a18b9a4b411c07bfb36a7443f79c7ed1298bec04.tar.xz
Unref GtkUIManager so "Open with" menu is freed.
-rw-r--r--src/eom-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eom-window.c b/src/eom-window.c
index 5b21202..5cac028 100644
--- a/src/eom-window.c
+++ b/src/eom-window.c
@@ -943,6 +943,7 @@ eom_window_update_openwith_menu (EomWindow *window, EomImage *image)
if (priv->actions_open_with != NULL) {
gtk_ui_manager_remove_action_group (priv->ui_mgr, priv->actions_open_with);
+ g_object_unref (priv->actions_open_with);
priv->actions_open_with = NULL;
}