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

List:       kde-commits
Subject:    branches/KDE/3.5/kdepim/kontact/plugins/korganizer
From:       Allen Winter <winter () kde ! org>
Date:       2007-02-26 16:09:22
Message-ID: 1172506162.975119.14484.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 637483 by winterz:

merge SVN commit 637482 by winterz:

removing the tooltip before possibly changing it seems to prevent some crashes



 M  +1 -0      summarywidget.cpp  
 M  +1 -0      todosummarywidget.cpp  


--- branches/KDE/3.5/kdepim/kontact/plugins/korganizer/summarywidget.cpp #637482:637483
@@ -277,6 +277,7 @@
 void SummaryWidget::popupMenu( const QString &uid )
 {
   KPopupMenu popup( this );
+  QToolTip::remove( this );
   popup.insertItem( i18n( "&Edit Appointment..." ), 0 );
   popup.insertItem( KGlobal::iconLoader()->loadIcon( "editdelete", KIcon::Small),
                     i18n( "&Delete Appointment" ), 1 );
--- branches/KDE/3.5/kdepim/kontact/plugins/korganizer/todosummarywidget.cpp #637482:637483
@@ -226,6 +226,7 @@
 void TodoSummaryWidget::popupMenu( const QString &uid )
 {
   KPopupMenu popup( this );
+  QToolTip::remove( this );
   popup.insertItem( i18n( "&Edit To-do..." ), 0 );
   popup.insertItem( KGlobal::iconLoader()->loadIcon( "editdelete", KIcon::Small),
                     i18n( "&Delete To-do" ), 1 );
[prev in list] [next in list] [prev in thread] [next in thread] 

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