commit: 186e4ab8fb4065a43e297c163ec444cf48a7b42e
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Dec 30 18:14:26 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Dec 30 18:20:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=186e4ab8
gui-apps/corefm: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
gui-apps/corefm/files/corefm-4.0.0-urilist.patch | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/gui-apps/corefm/files/corefm-4.0.0-urilist.patch
b/gui-apps/corefm/files/corefm-4.0.0-urilist.patch
deleted file mode 100644
index 305518c3f0..0000000000
--- a/gui-apps/corefm/files/corefm-4.0.0-urilist.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-index ad89f89..c4e7b98 100644
---- a/corefm.cpp
-+++ b/corefm.cpp
-@@ -506,7 +506,7 @@ void corefm::prepareMove() {
- foreach( QString item, selectedItems ) {
- QUrl url = QUrl::fromLocalFile( item );
- urlList << url;
-- uriList += url.toString() + "\n";
-+ uriList += QString(url.toString() + "\n").toLocal8Bit();
- }
-
- QMimeData *mData = new QMimeData();