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.
This commit is contained in:
Martin Nordholts
2011-07-20 16:31:03 +02:00
parent f839270b35
commit 066cdf6d74

View File

@ -448,7 +448,7 @@ gui_restore_after_callback (Gimp *gimp,
"<Image>", "<Image>",
gimp, gimp,
gui_config->tearoff_menus); gui_config->tearoff_menus);
gimp_ui_manager_update (image_ui_manager, NULL); gimp_ui_manager_update (image_ui_manager, gimp);
#ifdef GDK_WINDOWING_QUARTZ #ifdef GDK_WINDOWING_QUARTZ
{ {