summaryrefslogtreecommitdiffstats
path: root/redhat/tdegames/kdegames-3.5.13-ktuberling_fail_load_picture.patch
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2014-10-30 11:01:50 +0100
committerFrançois Andriot <[email protected]>2014-10-30 11:01:50 +0100
commit4b4a591aae6d89c67e0a7645659a206070a7247a (patch)
treeec56ab61d83d47af7744fe4e5a06c982ebc3ad55 /redhat/tdegames/kdegames-3.5.13-ktuberling_fail_load_picture.patch
parent54795cd33acb191a4dfeac6bd681d4d4172abd7b (diff)
downloadtde-packaging-4b4a591aae6d89c67e0a7645659a206070a7247a.tar.gz
tde-packaging-4b4a591aae6d89c67e0a7645659a206070a7247a.zip
RPM Packaging: update tdegames
Diffstat (limited to 'redhat/tdegames/kdegames-3.5.13-ktuberling_fail_load_picture.patch')
-rw-r--r--redhat/tdegames/kdegames-3.5.13-ktuberling_fail_load_picture.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/redhat/tdegames/kdegames-3.5.13-ktuberling_fail_load_picture.patch b/redhat/tdegames/kdegames-3.5.13-ktuberling_fail_load_picture.patch
deleted file mode 100644
index 52fecb052..000000000
--- a/redhat/tdegames/kdegames-3.5.13-ktuberling_fail_load_picture.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- kdegames/ktuberling/toplevel.cpp.ORI 2011-12-04 05:49:35.462097224 -0500
-+++ kdegames/ktuberling/toplevel.cpp 2011-12-04 05:49:38.089040247 -0500
-@@ -189,7 +189,7 @@
- // Load the layouts file
- bool TopLevel::loadLayout(TQDomDocument &layoutDocument)
- {
-- TQFile layoutFile(TQFile::encodeName(locate("data", "ktuberling/pics/tqlayout.xml")));
-+ TQFile layoutFile(TQFile::encodeName(locate("data", "ktuberling/pics/layout.xml")));
- if (!layoutFile.open(IO_ReadOnly))
- return false;
-