diff --git a/src/app/pluginmanager/qgspluginmanager.cpp b/src/app/pluginmanager/qgspluginmanager.cpp index 609eed70c594..bbef4d70ad9c 100644 --- a/src/app/pluginmanager/qgspluginmanager.cpp +++ b/src/app/pluginmanager/qgspluginmanager.cpp @@ -1354,8 +1354,8 @@ void QgsPluginManager::updateWindowTitle( ) { // if it's not the Settings tab, add the plugin count title += QString( " (%3)" ).arg( mModelProxy->countWithCurrentStatus() ); - setWindowTitle( title ); } + setWindowTitle( title ); } else {