Skip to content

Commit 7dc8580

Browse files
author
gjm
committedAug 7, 2008
Fix for ticket #1197 (recent projects list wasn't being populated on
application startup). git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9023 c8812cc2-4d05-0410-92ff-de0c093fc19c

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
@@ -330,14 +330,14 @@ static void customSrsValidation_(QgsSpatialRefSys* srs)
330330
createMenus();
331331
createToolBars();
332332
createStatusBar();
333-
updateRecentProjectPaths();
334333
createCanvas();
335334
mMapCanvas->freeze();
336335
createLegend();
337336
createOverview();
338337
createMapTips();
339338
setupProxy();
340339
readSettings();
340+
updateRecentProjectPaths();
341341

342342
mComposer = new QgsComposer(this); // Map composer
343343
mInternalClipboard = new QgsClipboard; // create clipboard

0 commit comments

Comments
 (0)
Please sign in to comment.