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

List:       kde-commits
Subject:    kdepim/knotes
From:       Michael Brade <brade () kde ! org>
Date:       2005-04-13 19:50:49
Message-ID: 20050413195049.C998C492 () office ! kde ! org
[Download RAW message or body]

CVS commit by brade: 

Hrm, embarrassing...

BUG: 103777


  M +5 -0      ChangeLog   1.106
  M +2 -2      knote.cpp   1.149


--- kdepim/knotes/ChangeLog  #1.105:1.106
@@ -2,4 +2,9 @@
 ====================
 
+2005/04/13  Michael Brade <brade@kde.org>
+
+    * fixed #103777: save note as plain text actually saved it as richt text
+      and vice versa
+
 2005/04/11  Michael Brade <brade@kde.org>
 

--- kdepim/knotes/knote.cpp  #1.148:1.149
@@ -753,7 +753,7 @@ void KNote::slotSaveAs()
         // convert rich text to plain text first
         if ( convert && convert->isChecked() )
-            stream << text();
-        else
             stream << plainText();
+        else
+            stream << text();
     }
 }


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

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