File patch-r894522.diff of Package kdelibs4

Subject: use false as default for richTextEnabled
From: wstephenson@suse.de
Bug: 
Patch-upstream: 894522
--- kdeui/widgets/krichtextwidget.cpp	(revision 894521)
+++ kdeui/widgets/krichtextwidget.cpp	(revision 894522)
@@ -46,7 +46,7 @@ class KRichTextWidget::Private
 public:
     Private(KRichTextWidget *parent)
             :   q(parent),
-            richTextEnabled(true),
+            richTextEnabled(false), // It's only enabled when an action makes text rich.
             painterActive(false),
             enableRichText(0),
             action_text_foreground_color(0),
Index: kdeui/widgets/krichtextwidget.cpp
===================================================================
openSUSE Build Service is sponsored by