Bug 703736: when switching from multi to single window mode, tab order is lost.

This commit is contained in:
Jehan 2013-07-07 13:47:37 +09:00
parent 2697b29963
commit 112fa53730
1 changed files with 1 additions and 1 deletions

View File

@ -982,7 +982,7 @@ gimp_image_window_new (Gimp *gimp,
GTK_WIN_POS_CENTER,
NULL);
gimp->image_windows = g_list_prepend (gimp->image_windows, window);
gimp->image_windows = g_list_append (gimp->image_windows, window);
return window;
}