Correct the only use of the method that Hans Baier renamed :-)

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28690 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2009-09-16 07:11:21 +00:00
parent 73a9ff2af5
commit 420648751a
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-09-16 Fred Kiefer <FredKiefer@gmx.de>
* Source/GSToolbarView.m (-drawRect:): Also correct the only use
of this method.
2009-09-16 Hans Baier <hansfbaier@googlemail.com>
* Headers/Additions/GNUstepGUI/GSTheme.h,

View file

@ -431,7 +431,7 @@ static void initSystemExtensionsColors(void)
- (void) drawRect: (NSRect)aRect
{
[[GSTheme theme] drawToobarRect: aRect
[[GSTheme theme] drawToolbarRect: aRect
frame: [self frame]
borderMask: _borderMask];
}