kdenonbeta/kopete/libkopete/ui

Carsten Pfeiffer carpdjih at mailbox.tu-berlin.de
Tue Mar 18 13:29:10 GMT 2003


CVS commit by pfeiffer: 

IMHO KActionMenus should default to setDelayed( false ), because they
can be plugged into toolbars with KEditToolbar. Rather inconvenient
to have them delayed. 

But I'm afraid, we can't change this before KDE 4... any comments?

CCMAIL: kde-core-devel at kde.org


  M +1 -0      kopetechatwindow.cpp   1.199


--- kdenonbeta/kopete/libkopete/ui/kopetechatwindow.cpp  #1.198:1.199
@@ -311,4 +311,5 @@ void KopeteChatWindow::initActions(void)
 
         actionContactMenu = new KActionMenu(i18n("Co&ntacts"), coll, "contacts_menu" );
+        actionContactMenu->setDelayed( false );
         connect ( actionContactMenu->popupMenu(), SIGNAL(aboutToShow()), this, SLOT(slotPrepareContactMenu()) );
 






More information about the kde-core-devel mailing list