From 066cdf6d740ffe15cd53cb49228b7d655a3cecb6 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Wed, 20 Jul 2011 16:31:03 +0200 Subject: [PATCH] app: Pass gimp to gui_restore_after_callback() Pass gimp in gui_restore_after_callback() to gui_restore_after_callback() so we can update properly. --- app/gui/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gui/gui.c b/app/gui/gui.c index 27513e28b9..b27d0a941d 100644 --- a/app/gui/gui.c +++ b/app/gui/gui.c @@ -448,7 +448,7 @@ gui_restore_after_callback (Gimp *gimp, "", gimp, gui_config->tearoff_menus); - gimp_ui_manager_update (image_ui_manager, NULL); + gimp_ui_manager_update (image_ui_manager, gimp); #ifdef GDK_WINDOWING_QUARTZ {