reverse the list after loading so it keeps its order.
2008-05-16 Michael Natterer <mitch@gimp.org> * app/dialogs/dialogs.c (dialogs_load_recent_docks): reverse the list after loading so it keeps its order. * app/menus/windows-menu.c (windows_menu_setup) (windows_menu_recent_add): keep the recent docks menu in MRU order. svn path=/trunk/; revision=25672
This commit is contained in:
committed by
Michael Natterer
parent
ff5310a4ea
commit
ab56cfdef5
@ -376,6 +376,8 @@ dialogs_load_recent_docks (Gimp *gimp)
|
||||
g_clear_error (&error);
|
||||
}
|
||||
|
||||
gimp_list_reverse (GIMP_LIST (global_recent_docks));
|
||||
|
||||
g_free (filename);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user