Skip to content

Commit 02c29c0

Browse files
committedJun 7, 2013
[Plugin Manager] Better sorting by status, minor gui fixes and improvements
1 parent 8a85bcb commit 02c29c0

File tree

7 files changed

+231
-88
lines changed

7 files changed

+231
-88
lines changed
 

‎src/app/pluginmanager/qgsapppluginmanagerinterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ QgsAppPluginManagerInterface::~QgsAppPluginManagerInterface()
3232
//! show the Plugin Manager window and optionally open tab tabIndex
3333
void QgsAppPluginManagerInterface::showPluginManager( int tabIndex )
3434
{
35-
mPluginManager->getCppPluginDescriptions();
35+
mPluginManager->getCppPluginsMetadata();
3636
mPluginManager->reloadModelData();
3737

3838
//! switch to tab, if specified ( -1 means not specified )

0 commit comments

Comments
 (0)
Please sign in to comment.