Fix QToolTip

svn path=/trunk/KDE/kdepim/; revision=508023
wilder-work
Laurent Montel 20 years ago
parent d3778199e4
commit 13a2d79fff
  1. 2
      configuredialog.cpp
  2. 1
      kmsystemtray.cpp

@ -162,7 +162,7 @@ namespace {
w->setEnabled( false );
w->setToolTip( i18n( lockedDownWarning ) );
} else {
QToolTip::remove( w );
w->setToolTip("");
}
}

@ -545,7 +545,6 @@ void KMSystemTray::updateNewMessages()
updateCount();
/** Update tooltip to reflect count of unread messages */
QToolTip::remove(this);
this->setToolTip( mCount == 0 ?
i18n("There are no unread messages")
: i18n("There is 1 unread message.",

Loading…
Cancel
Save