[haiku-commits] haiku: hrev43819 - src/apps/deskbar

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 3 Mar 2012 23:02:10 +0100 (CET)

hrev43819 adds 1 changeset to branch 'master'
old head: 5e8f4256fedbb33eaed7766843a5074a8b518470
new head: 2d80a5472494f892bce9301a3394f96a3242b266

----------------------------------------------------------------------------

2d80a54: Window title in Expanded Deskbar update properly
   * Regression introduced by r43195
   * Fixes #8126

                [ Adrien Destugues - PulkoMandy <pulkomandy@xxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev43819
Commit:      2d80a5472494f892bce9301a3394f96a3242b266
URL:         http://cgit.haiku-os.org/haiku/commit/?id=2d80a54
Author:      Adrien Destugues - PulkoMandy <pulkomandy@xxxxxxxxxxxxx>
Date:        Sat Mar  3 21:59:55 2012 UTC

Ticket:      https://dev.haiku-os.org/ticket/8126

----------------------------------------------------------------------------

1 files changed, 1 insertions(+), 1 deletions(-)
src/apps/deskbar/ExpandoMenuBar.cpp |    2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/deskbar/ExpandoMenuBar.cpp 
b/src/apps/deskbar/ExpandoMenuBar.cpp
index 317cffe..eb5e18f 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())


Other related posts:

  • » [haiku-commits] haiku: hrev43819 - src/apps/deskbar - pulkomandy