diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-22 18:36:30 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-22 18:36:30 +0000 |
commit | 1c04cfd563cdf7c6c9867a3a184f7397d8cc9ef0 (patch) | |
tree | 7742247e0cf24fd13fddc49b079c72c28ac3997e /kde-base/okteta/files | |
parent | Fix misc install errors #264838. (diff) | |
download | gentoo-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.patch | 13 |
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() ); + } + |