diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-06-24 19:58:32 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-06-24 19:58:32 +0200 |
commit | d8e1ce857bedb9d018ae0918b4c90686d604c2df (patch) | |
tree | 111a8759c0599ce2be8d25946d21dee4f69923b9 /redhat/tdelibs/kdelibs-3.5.13.2-kpassivepopup_latin1.patch | |
parent | 8743b3f65cd27e30aefe49f127105aa305a86051 (diff) | |
download | tde-packaging-d8e1ce857bedb9d018ae0918b4c90686d604c2df.tar.gz tde-packaging-d8e1ce857bedb9d018ae0918b4c90686d604c2df.zip |
RPM Packaging: add 3.5.13.2 build patches
Diffstat (limited to 'redhat/tdelibs/kdelibs-3.5.13.2-kpassivepopup_latin1.patch')
-rw-r--r-- | redhat/tdelibs/kdelibs-3.5.13.2-kpassivepopup_latin1.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/tdelibs/kdelibs-3.5.13.2-kpassivepopup_latin1.patch b/redhat/tdelibs/kdelibs-3.5.13.2-kpassivepopup_latin1.patch new file mode 100644 index 000000000..45f75e3c6 --- /dev/null +++ b/redhat/tdelibs/kdelibs-3.5.13.2-kpassivepopup_latin1.patch @@ -0,0 +1,11 @@ +--- trinity-tdelibs-3.5.13.2/kdeui/kpassivepopup.cpp.ORI 2013-02-16 23:33:04.657067698 +0100 ++++ trinity-tdelibs-3.5.13.2/kdeui/kpassivepopup.cpp 2013-02-16 23:34:42.083107895 +0100 +@@ -152,7 +152,7 @@ + } + + if ( !text.isEmpty() ) { +- msg = new TQLabel( text, vb, "msg_label" ); ++ const char* m = text.latin1(); msg = new TQLabel( TQString::fromUtf8(m), vb, "msg_label" ); + msg->setAlignment( AlignLeft ); + } + |