Skip to content

Commit

Permalink
[Plugin Manager] Fix window title update
Browse files Browse the repository at this point in the history
  • Loading branch information
borysiasty committed Feb 16, 2014
1 parent e0c761c commit 26f8be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pluginmanager/qgspluginmanager.cpp
Expand Up @@ -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
{
Expand Down

0 comments on commit 26f8be9

Please sign in to comment.