More updates to build system

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1435 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
coppro
2010-01-20 03:19:57 +00:00
parent c0ce05a341
commit 81c6fb87cd
6 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ void ItemList::refreshList(bool refresh_current_only) {
getItems(sorted_list);
// Sort the list
if (sort_by_column >= 0) {
sort(sorted_list.begin(), sorted_list.end(), ItemComparer(*this));
stable_sort(sorted_list.begin(), sorted_list.end(), ItemComparer(*this));
}
// Has the entire list changed?
if (refresh_current_only && sorted_list == old_sorted_list) {