Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Plugin Manager] Show all plugins in the All tab. Fixes #10334
  • Loading branch information
borysiasty committed May 26, 2014
1 parent 2c20afd commit 0d9fc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pluginmanager/qgspluginmanager.cpp
Expand Up @@ -1038,7 +1038,7 @@ void QgsPluginManager::setCurrentTab( int idx )
{
case PLUGMAN_TAB_ALL:
// all (statuses ends with Z are for spacers to always sort properly)
acceptedStatuses << "installed" << "not installed" << "orphan" << "newer" << "upgradeable" << "not installedZ" << "installedZ" << "upgradeableZ" << "orphanZ" << "newerZZ" << "" ;
acceptedStatuses << "installed" << "not installed" << "new" << "orphan" << "newer" << "upgradeable" << "not installedZ" << "installedZ" << "upgradeableZ" << "orphanZ" << "newerZZ" << "" ;
tabTitle = "all_plugins";
break;
case PLUGMAN_TAB_INSTALLED:
Expand Down

0 comments on commit 0d9fc50

Please sign in to comment.