Correcting spelling error in one of the theme methods.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31701 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2010-12-02 17:23:00 +00:00
parent 2ec7e163d8
commit bd43d10d38

View file

@ -4975,7 +4975,7 @@ This method is deprecated, use -columnIndexesInRect:. */
{
[[GSTheme theme] highlightTableViewSelectionInClipRect: clipRect
inView: self
selectedColumns: _selectingColumns];
selectingColumns: _selectingColumns];
}
- (void) drawBackgroundInClipRect: (NSRect)clipRect