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

List:       kde-commits
Subject:    KDE/kdebase/apps/kdialog
From:       Michael Pyne <mpyne () purinchu ! net>
Date:       2009-03-07 4:04:29
Message-ID: 1236398669.553526.14738.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 936126 by mpyne:

Don't convert a QString to a QString through a decode/encode QByteArray transition... it breaks
the return value for KDialog's --textinputbox.  Will backport to KDE 4.2.


 M  +1 -1      widgets.cpp  


--- trunk/KDE/kdebase/apps/kdialog/widgets.cpp #936125:936126
@@ -165,7 +165,7 @@
   handleXGeometry(&dlg);
   dlg.setCaption(title);
   dlg.exec();
-  result = edit->toPlainText().toLocal8Bit();
+  result = edit->toPlainText();
   return 0;
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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