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

List:       kde-commits
Subject:    kdebase/kicker/taskbar
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-04-16 21:22:51
Message-ID: 20050416212251.7E4C23CA () office ! kde ! org
[Download RAW message or body]

CVS commit by aseigo: 

looks like we were both working on this at the same time. here's the proper
fix.


  M +5 -7      taskcontainer.cpp   1.119


--- kdebase/kicker/taskbar/taskcontainer.cpp  #1.118:1.119
@@ -1358,9 +1357,7 @@ void TaskContainer::showMouseOver()
     QStringList desktopNames = desktopMap.values();
 
-    KickerTip::the()->display(this->name(), desktopNames.join( ", " ), pixmap);
+    KickerTip::the()->display(this->name(), desktopNames.join(", "), pixmap);
 
-    // FIXME: Qt::ArrowType now has the same order as KPanelApplet::Direction.
-    //        This is not nescessarily true in the future.
-    QPoint p = KickerLib::popupPosition((KPanelApplet::Direction) arrowType,
+    QPoint p = KickerLib::popupPosition(KickerLib::arrowToDirection(arrowType),
                                         KickerTip::the(),
                                         this);


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

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