diff options
author | François Andriot <[email protected]> | 2014-10-30 11:01:50 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2014-10-30 11:01:50 +0100 |
commit | 4b4a591aae6d89c67e0a7645659a206070a7247a (patch) | |
tree | ec56ab61d83d47af7744fe4e5a06c982ebc3ad55 /redhat/tdegames/kdegames-3.5.13-ktuberling_fail_load_picture.patch | |
parent | 54795cd33acb191a4dfeac6bd681d4d4172abd7b (diff) | |
download | tde-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.patch | 11 |
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; - |