summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAna Beatriz Guerrero Lopez <ana@debian.org>2009-08-22 10:16:16 +0000
committerAna Beatriz Guerrero Lopez <ana@debian.org>2009-08-22 10:16:16 +0000
commitecb9e43bf973d4d8973b018afef48ea0c38ba62b (patch)
tree7542c4e1ffe815e2340d0baeae767c15d4017bca
parent0e71f311894e02480edadca667a4873f62f40dba (diff)
downloadkde4libs-ecb9e43bf973d4d8973b018afef48ea0c38ba62b.tar.gz
better format
-rw-r--r--debian/patches/01_r1012564.diff24
1 files changed, 8 insertions, 16 deletions
diff --git a/debian/patches/01_r1012564.diff b/debian/patches/01_r1012564.diff
index 9345fcf..ce16cc3 100644
--- a/debian/patches/01_r1012564.diff
+++ b/debian/patches/01_r1012564.diff
@@ -1,7 +1,5 @@
-Index: kio/kio/kfileitem.cpp
-===================================================================
---- kio/kio/kfileitem.cpp (revision 1012563)
-+++ kio/kio/kfileitem.cpp (revision 1012564)
+--- a/kio/kio/kfileitem.cpp (revision 1012563)
++++ b/kio/kio/kfileitem.cpp (revision 1012564)
@@ -532,6 +532,9 @@
{
d->m_strName = name;
@@ -12,10 +10,8 @@ Index: kio/kio/kfileitem.cpp
}
QString KFileItem::linkDest() const
-Index: kio/tests/kfileitemtest.cpp
-===================================================================
---- kio/tests/kfileitemtest.cpp (revision 1012563)
-+++ kio/tests/kfileitemtest.cpp (revision 1012564)
+--- a/kio/tests/kfileitemtest.cpp (revision 1012563)
++++ b/kio/tests/kfileitemtest.cpp (revision 1012564)
@@ -241,6 +241,21 @@
QVERIFY(fileItem.cmp(fileItem2));
}
@@ -38,10 +34,8 @@ Index: kio/tests/kfileitemtest.cpp
void KFileItemTest::testDecodeFileName_data()
{
-Index: kio/tests/kdirmodeltest.cpp
-===================================================================
---- kio/tests/kdirmodeltest.cpp (revision 1012563)
-+++ kio/tests/kdirmodeltest.cpp (revision 1012564)
+--- a/kio/tests/kdirmodeltest.cpp (revision 1012563)
++++ b/kio/tests/kdirmodeltest.cpp (revision 1012564)
@@ -418,6 +418,12 @@
// check renaming happened
QCOMPARE( m_dirModel->itemForIndex( m_secondFileIndex ).url().url(), newUrl.url() );
@@ -55,10 +49,8 @@ Index: kio/tests/kdirmodeltest.cpp
// Put things back to normal
job = KIO::rename(newUrl, url, KIO::HideProgressInfo);
ok = job->exec();
-Index: kio/tests/kfileitemtest.h
-===================================================================
---- kio/tests/kfileitemtest.h (revision 1012563)
-+++ kio/tests/kfileitemtest.h (revision 1012564)
+--- a/kio/tests/kfileitemtest.h (revision 1012563)
++++ b/kio/tests/kfileitemtest.h (revision 1012564)
@@ -35,6 +35,7 @@
void testHiddenFile();
void testMimeTypeOnDemand();