From b37127858fe9ffa22a5d8d9b446bfd840de6bb9e Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Thu, 19 May 2011 17:11:02 -0400 Subject: [PATCH] stop jumping around --- src/sourcetree/items/collectionitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sourcetree/items/collectionitem.cpp b/src/sourcetree/items/collectionitem.cpp index 915647e18..c01a29cb6 100644 --- a/src/sourcetree/items/collectionitem.cpp +++ b/src/sourcetree/items/collectionitem.cpp @@ -103,7 +103,7 @@ CollectionItem::peerSortValue() const if( m_source->isLocal() ) return 0; - return 1; + return m_source->id(); }