diff options
Diffstat (limited to 'deskutils/kdepimlibs4/files/patch-kcal__vcalformat.cpp')
-rw-r--r-- | deskutils/kdepimlibs4/files/patch-kcal__vcalformat.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/deskutils/kdepimlibs4/files/patch-kcal__vcalformat.cpp b/deskutils/kdepimlibs4/files/patch-kcal__vcalformat.cpp new file mode 100644 index 00000000000..8dc3bc4e9d8 --- /dev/null +++ b/deskutils/kdepimlibs4/files/patch-kcal__vcalformat.cpp @@ -0,0 +1,12 @@ +--- kcal/vcalformat.cpp.orig 2012-11-23 17:05:03.000000000 +0800 ++++ kcal/vcalformat.cpp 2012-11-23 17:05:32.000000000 +0800 +@@ -1029,8 +1029,7 @@ + if ( ( vo = isAPropertyOf( vevent, VCRRuleProp ) ) != 0 ) { + QString tmpStr = ( s = fakeCString( vObjectUStringZValue( vo ) ) ); + deleteStr( s ); +- tmpStr.simplified(); +- tmpStr = tmpStr.toUpper(); ++ tmpStr = tmpStr.simplified().toUpper(); + + // first, read the type of the recurrence + int typelen = 1; |