summaryrefslogtreecommitdiffstats
path: root/redhat/tdelibs
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2013-07-20 11:59:43 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2013-07-20 12:03:23 +0200
commiteab4f1879e20dbbb16bbcbc9d5ade57ae07bca01 (patch)
tree05748ebede182aed6ff008c17106800b0d38dc00 /redhat/tdelibs
parent23fd9a7e7030c253cb0778da8702c44dc6288b46 (diff)
downloadtde-packaging-eab4f1879e20dbbb16bbcbc9d5ade57ae07bca01.tar.gz
tde-packaging-eab4f1879e20dbbb16bbcbc9d5ade57ae07bca01.zip
RPM Packaging: fix kdbusnotification
Diffstat (limited to 'redhat/tdelibs')
-rw-r--r--redhat/tdelibs/tdelibs-14.0.0-passivepopup_utf8.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/redhat/tdelibs/tdelibs-14.0.0-passivepopup_utf8.patch b/redhat/tdelibs/tdelibs-14.0.0-passivepopup_utf8.patch
deleted file mode 100644
index 46941f46f..000000000
--- a/redhat/tdelibs/tdelibs-14.0.0-passivepopup_utf8.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- trinity-tdelibs-14.0.0~pre599+bae79307/tdeui/kpassivepopup.cpp.ORI 2013-07-19 22:31:16.453073343 +0200
-+++ trinity-tdelibs-14.0.0~pre599+bae79307/tdeui/kpassivepopup.cpp 2013-07-19 22:31:55.288484612 +0200
-@@ -120,7 +120,9 @@
- const TQPixmap &icon )
- {
- // kdDebug() << "KPassivePopup::setView " << caption << ", " << text << endl;
-- setView( standardView( caption, text, icon, this ) );
-+ const TQString captionISO = TQString::fromLocal8Bit(caption.latin1());
-+ const TQString textISO = TQString::fromLocal8Bit(text.latin1());
-+ setView( standardView( captionISO, textISO, icon, this ) );
- }
-
- TQVBox * KPassivePopup::standardView( const TQString& caption,