Skip to content

Commit

Permalink
Fix for ticket #1197 (recent projects list wasn't being populated on
Browse files Browse the repository at this point in the history
application startup).


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9023 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gjm committed Aug 7, 2008
1 parent 54c6723 commit 7dc8580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -330,14 +330,14 @@ static void customSrsValidation_(QgsSpatialRefSys* srs)
createMenus();
createToolBars();
createStatusBar();
updateRecentProjectPaths();
createCanvas();
mMapCanvas->freeze();
createLegend();
createOverview();
createMapTips();
setupProxy();
readSettings();
updateRecentProjectPaths();

mComposer = new QgsComposer(this); // Map composer
mInternalClipboard = new QgsClipboard; // create clipboard
Expand Down

0 comments on commit 7dc8580

Please sign in to comment.