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(); }