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
commit1c04cfd563cdf7c6c9867a3a184f7397d8cc9ef0 (patch)
tree7742247e0cf24fd13fddc49b079c72c28ac3997e /kde-base/okteta/files
parentFix misc install errors #264838. (diff)
downloadgentoo-2-1c04cfd563cdf7c6c9867a3a184f7397d8cc9ef0.tar.gz
gentoo-2-1c04cfd563cdf7c6c9867a3a184f7397d8cc9ef0.tar.bz2
gentoo-2-1c04cfd563cdf7c6c9867a3a184f7397d8cc9ef0.zip
Add one more patch fixing the compilation.
(Portage version: 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() );
+ }
+