[arch-commits] Commit in kile/trunk (kile-local-url.patch)

Antonio Rojas arojas at archlinux.org
Fri May 11 23:14:16 UTC 2018


    Date: Friday, May 11, 2018 @ 23:14:07
  Author: arojas
Revision: 323992

Remove old patch

Deleted:
  kile/trunk/kile-local-url.patch

----------------------+
 kile-local-url.patch |   22 ----------------------
 1 file changed, 22 deletions(-)

Deleted: kile-local-url.patch
===================================================================
--- kile-local-url.patch	2018-05-11 23:13:18 UTC (rev 323991)
+++ kile-local-url.patch	2018-05-11 23:14:07 UTC (rev 323992)
@@ -1,22 +0,0 @@
-diff --git a/src/main.cpp b/src/main.cpp
-index 0e58cfa1..d3e43d10 100644
---- a/src/main.cpp
-+++ b/src/main.cpp
-@@ -164,7 +164,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv)
- 				kile->openDocument(readDataFromStdin());
- 			}
- 			else {
--				const QUrl url = QUrl::fromUserInput(argument);
-+				const QUrl url = QUrl::fromUserInput(argument, QDir::currentPath(), QUrl::AssumeLocalFile);
- 
- 				if(isProject(url)) {
- 					kile->openProject(url);
-@@ -190,7 +190,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv)
- 				interface->call("openDocument", readDataFromStdin());
- 			}
- 			else {
--				const QUrl url = QUrl::fromUserInput(argument);
-+				const QUrl url = QUrl::fromUserInput(argument, QDir::currentPath(), QUrl::AssumeLocalFile);
- 
- 				if(isProject(url)) {
- 					interface->call("openProject", url.url());



More information about the arch-commits mailing list