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

List:       kde-commits
Subject:    KDE_3_1_BRANCH: kdemultimedia/kscd
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2003-08-18 18:59:13
[Download RAW message or body]

CVS commit by aseigo: 

backport tooltip memory leak fixes


  M +3 -1      kscd.cpp   1.176.2.6


--- kdemultimedia/kscd/kscd.cpp  #1.176.2.5:1.176.2.6
@@ -3123,4 +3123,5 @@ void KSCD::clearSongList()
     if (tooltips)
     {
+        QToolTip::remove(songListCB);
         QToolTip::add(songListCB, i18n("Track list"));
     }
@@ -3155,4 +3156,5 @@ void KSCD::setSongListTo(int whichTrack)
         justTheName = justTheName.right(justTheName.length() - 4);
 
+        QToolTip::remove(songListCB);
         QToolTip::add(songListCB, i18n("Current Track: %1").arg(justTheName));
     }


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

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