Window title in Expanded Deskbar update properly

* Regression introduced by r43195
 * Fixes #8126
This commit is contained in:
Adrien Destugues - PulkoMandy
2012-03-03 22:59:55 +01:00
parent 5e8f4256fe
commit 2d80a54724
+1 -1
View File
@@ -788,7 +788,7 @@ TExpandoMenuBar::monitor_team_windows(void* arg)
& wInfo->workspaces) != 0);
if (strcmp(wInfo->name,
item->FullTitle()) != 0)
item->Label()) != 0)
item->SetLabel(wInfo->name);
if (item->ChangedState())