[QGIS Commit] r12743 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Jan 12 09:24:06 EST 2010


Author: mhugent
Date: 2010-01-12 09:24:05 -0500 (Tue, 12 Jan 2010)
New Revision: 12743

Modified:
   trunk/qgis/src/app/qgisapp.cpp
Log:
Fix for ticket #2354

Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2010-01-12 00:16:22 UTC (rev 12742)
+++ trunk/qgis/src/app/qgisapp.cpp	2010-01-12 14:24:05 UTC (rev 12743)
@@ -2704,8 +2704,6 @@
     return;
   }
 
-  deletePrintComposers();
-
   if ( thePromptToSaveFlag )
   {
     if ( !saveDirty() )
@@ -2714,7 +2712,7 @@
     }
   }
 
-  //QgsDebugMsg("erasing project");
+  deletePrintComposers();
 
   mMapCanvas->freeze( true );
   removeAllLayers();



More information about the QGIS-commit mailing list