Bug 686025 - Closing a tab closes wrong tab

Replace /* FIXME: switch tabs */ with an actual call to
gimp_image_window_set_active_shell(). WTF...
This commit is contained in:
Michael Natterer 2012-10-13 00:22:21 +02:00
parent 438fc4221e
commit 56c6935a0c
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ gimp_display_shell_close_response (GtkWidget *widget,
{
GimpUIManager *manager = gimp_image_window_get_ui_manager (window);
/* FIXME image window: set this display active */
gimp_image_window_set_active_shell (window, shell);
gimp_ui_manager_activate_action (manager,
"file", "file-save-and-close");