From 2d80a5472494f892bce9301a3394f96a3242b266 Mon Sep 17 00:00:00 2001 From: Adrien Destugues - PulkoMandy Date: Sat, 3 Mar 2012 22:59:55 +0100 Subject: [PATCH] Window title in Expanded Deskbar update properly * Regression introduced by r43195 * Fixes #8126 --- src/apps/deskbar/ExpandoMenuBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/deskbar/ExpandoMenuBar.cpp b/src/apps/deskbar/ExpandoMenuBar.cpp index 317cffeac0..eb5e18f921 100644 --- a/src/apps/deskbar/ExpandoMenuBar.cpp +++ b/src/apps/deskbar/ExpandoMenuBar.cpp @@ -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())