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:
Gregory John Casamento 2010-12-02 17:23:00 +00:00
parent 64516b7af5
commit 285bafeebe

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