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

List:       kde-commits
Subject:    aegypten_branch: kdepim/kmail
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2004-05-29 16:46:12
Message-ID: 20040529164612.06AC2126DF () office ! kde ! org
[Download RAW message or body]

CVS commit by mutz: 

Merge from HEAD: CVS commit by mlaurent: 

Add FindNext action


  M +6 -0      kmcomposewin.cpp   1.765.2.51
  M +1 -0      kmcomposewin.h   1.224.2.21


--- kdepim/kmail/kmcomposewin.cpp  #1.765.2.50:1.765.2.51
@@ -947,4 +947,6 @@ void KMComposeWin::setupActions(void)
 
   KStdAction::find (this, SLOT(slotFind()), actionCollection());
+  KStdAction::findNext(this, SLOT(slotSearchAgain()), actionCollection());
+
   KStdAction::replace (this, SLOT(slotReplace()), actionCollection());
   KStdAction::spelling (this, SLOT(slotSpellcheck()), actionCollection(), "spellcheck");
@@ -2465,4 +2467,8 @@ void KMComposeWin::slotFind()
 }
 
+void KMComposeWin::slotSearchAgain()
+{
+  mEditor->repeatSearch();
+}
 
 //-----------------------------------------------------------------------------

--- kdepim/kmail/kmcomposewin.h  #1.224.2.20:1.224.2.21
@@ -372,4 +372,5 @@ public slots:
 
   void slotFind();
+  void slotSearchAgain();
   void slotReplace();
   void slotUndo();


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

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