From kde-commits Tue Aug 17 14:26:07 2004 From: Laurent Montel Date: Tue, 17 Aug 2004 14:26:07 +0000 To: kde-commits Subject: kdebase/kicker/buttons Message-Id: <20040817142607.31B808EB3 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109275279023239 CVS commit by mlaurent: Remove tooltip before to update it M +1 -0 urlbutton.cpp 1.16 --- kdebase/kicker/buttons/urlbutton.cpp #1.15:1.16 @@ -103,4 +103,5 @@ void URLButton::saveConfig( KConfigGroup void URLButton::setToolTip() { + QToolTip::remove(this); if (fileItem->isLocalFile() && KDesktopFile::isDesktopFile(fileItem->url().path()))