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

List:       kde-commits
Subject:    KDE/kdebase/workspace/klipper
From:       Esben Mose Hansen <kde () mosehansen ! dk>
Date:       2009-10-11 19:33:00
Message-ID: 1255289580.181542.23421.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1034022 by esben:

Fix bug where using an action remove the item from history

 M  +1 -1      clipcommandprocess.cpp  


--- trunk/KDE/kdebase/workspace/klipper/clipcommandprocess.cpp #1034021:1034022
@@ -53,7 +53,7 @@
     if (command.output != ClipCommand::IGNORE) {
         connect(this, SIGNAL(readyRead()), SLOT(slotStdOutputAvailable()));
     }
-    if (command.output == ClipCommand::ADD) {
+    if (command.output != ClipCommand::REPLACE) {
         m_historyItem = 0L; // Don't replace
     }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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