[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kicker/taskbar (silent)
From:       Stefan Nikolaus <stefan.nikolaus () kdemail ! net>
Date:       2005-04-16 10:01:52
Message-ID: 20050416100152.75A663CA () office ! kde ! org
[Download RAW message or body]

CVS commit by nikolaus: 

CVS_SILENT

Use TaskContainer::id() for sorting.


  M +2 -2      taskbar.cpp   1.82


--- kdebase/kicker/taskbar/taskbar.cpp  #1.81:1.82
@@ -315,5 +315,5 @@ void TaskBar::showTaskContainer(TaskCont
             TaskContainer* c = it.current();
 
-            if (container->text().lower() == c->id().lower())
+            if (container->id().lower() == c->id().lower())
             {
                 // search for the last occurrence of this app
@@ -322,5 +322,5 @@ void TaskBar::showTaskContainer(TaskCont
                     c = it.current();
 
-                    if (container->text().lower() != c->id().lower())
+                    if (container->id().lower() != c->id().lower())
                     {
                         break;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic