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

List:       kde-commits
Subject:    KDE/kdepim/knode
From:       Michael Leupold <lemma () confuego ! org>
Date:       2009-03-28 11:45:31
Message-ID: 1238240731.141481.18726.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 945820 by mleupold:

Fix the "cut" action in KNode's composer.

BUG: 185725

 M  +1 -1      kncomposer.cpp  


--- trunk/KDE/kdepim/knode/kncomposer.cpp #945819:945820
@@ -515,7 +515,7 @@
   QWidget* fw = focusWidget();
   if (!fw) return;
 
-  if (fw->inherits("KEdit"))
+  if (fw->inherits("KTextEdit"))
     ((KTextEdit*)fw)->cut();
   else if (fw->inherits("QLineEdit"))
     ((QLineEdit*)fw)->cut();
[prev in list] [next in list] [prev in thread] [next in thread] 

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