Skip to content

Commit

Permalink
[Plugin Manager] Better sorting by status, minor gui fixes and improv…
Browse files Browse the repository at this point in the history
…ements
  • Loading branch information
borysiasty committed Jun 7, 2013
1 parent 8a85bcb commit 02c29c0
Show file tree
Hide file tree
Showing 7 changed files with 231 additions and 88 deletions.
2 changes: 1 addition & 1 deletion src/app/pluginmanager/qgsapppluginmanagerinterface.cpp
Expand Up @@ -32,7 +32,7 @@ QgsAppPluginManagerInterface::~QgsAppPluginManagerInterface()
//! show the Plugin Manager window and optionally open tab tabIndex
void QgsAppPluginManagerInterface::showPluginManager( int tabIndex )
{
mPluginManager->getCppPluginDescriptions();
mPluginManager->getCppPluginsMetadata();
mPluginManager->reloadModelData();

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

0 comments on commit 02c29c0

Please sign in to comment.