Skip to content

Commit 26f8be9

Browse files
committedFeb 16, 2014
[Plugin Manager] Fix window title update
1 parent e0c761c commit 26f8be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/pluginmanager/qgspluginmanager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,8 +1354,8 @@ void QgsPluginManager::updateWindowTitle( )
13541354
{
13551355
// if it's not the Settings tab, add the plugin count
13561356
title += QString( " (%3)" ).arg( mModelProxy->countWithCurrentStatus() );
1357-
setWindowTitle( title );
13581357
}
1358+
setWindowTitle( title );
13591359
}
13601360
else
13611361
{

0 commit comments

Comments
 (0)
Please sign in to comment.