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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Jun 6 15:48:45 EDT 2008


Author: timlinux
Date: 2008-06-06 15:48:45 -0400 (Fri, 06 Jun 2008)
New Revision: 8607

Modified:
   trunk/qgis/src/app/qgspluginmanager.cpp
Log:
Sort the model proxy after populating so python and c++ plugins get sorted irrescective of their type.


Modified: trunk/qgis/src/app/qgspluginmanager.cpp
===================================================================
--- trunk/qgis/src/app/qgspluginmanager.cpp	2008-06-06 19:37:06 UTC (rev 8606)
+++ trunk/qgis/src/app/qgspluginmanager.cpp	2008-06-06 19:48:45 UTC (rev 8607)
@@ -76,6 +76,7 @@
   setTable();
   getPluginDescriptions();
   getPythonPluginDescriptions();
+  mModelProxy->sort(0,Qt::AscendingOrder);
   //
   // Create the select all and clear all buttons and add them to the 
   // buttonBox



More information about the QGIS-commit mailing list