Skip to content

Commit 349b68b

Browse files
committedAug 27, 2015
Bump to 10 recent projects
1 parent 7de000d commit 349b68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2787,7 +2787,7 @@ void QgisApp::saveRecentProjectPath( QString projectPath, bool savePreviewImage
27872787

27882788
// Keep the list to 8 items by trimming excess off the bottom
27892789
// And remove the associated image
2790-
while ( mRecentProjects.count() > 8 )
2790+
while ( mRecentProjects.count() > 10 )
27912791
{
27922792
QFile( mRecentProjects.takeLast().previewImagePath ).remove();
27932793
}

0 commit comments

Comments
 (0)
Failed to load comments.