summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-11-22 18:36:30 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-11-22 18:36:30 +0000
commitfbb3a6988f5458404ce19b9d5efcf459612f31c9 (patch)
tree6aef1e10869dad998991f4bc640c2e0606842ad2 /kde-base/okteta/files
parentFix misc install errors #264838. (diff)
downloadhistorical-fbb3a6988f5458404ce19b9d5efcf459612f31c9.tar.gz
historical-fbb3a6988f5458404ce19b9d5efcf459612f31c9.tar.bz2
historical-fbb3a6988f5458404ce19b9d5efcf459612f31c9.zip
Add one more patch fixing the compilation.
Package-Manager: portage-2.2_rc51/cvs/Linux x86_64
Diffstat (limited to 'kde-base/okteta/files')
-rw-r--r--kde-base/okteta/files/4.3.3-fix_variable_name.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/kde-base/okteta/files/4.3.3-fix_variable_name.patch b/kde-base/okteta/files/4.3.3-fix_variable_name.patch
new file mode 100644
index 000000000000..321be82c58b3
--- /dev/null
+++ b/kde-base/okteta/files/4.3.3-fix_variable_name.patch
@@ -0,0 +1,13 @@
+Index: branches/KDE/4.3/kdeutils/okteta/core/piecetablebytearraymodel_p.cpp
+===================================================================
+--- branches/KDE/4.3/kdeutils/okteta/core/piecetablebytearraymodel_p.cpp (revision 1047099)
++++ branches/KDE/4.3/kdeutils/okteta/core/piecetablebytearraymodel_p.cpp (revision 1047100)
+@@ -267,7 +267,7 @@
+ mBeforeGroupedChangeVersionIndex = mPieceTable.appliedChangesCount();
+ mPieceTable.openGroupedChange( description );
+
+- if( ! isModifiedBefore ) emit p->modifiedChanged( true );
++ if( ! isModifiedBefore ) emit p->modificationChanged( true );
+ emit p->headVersionChanged( mPieceTable.changesCount() );
+ }
+