mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:30:44 +00:00
Remove spurious ';'.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19985 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ef1010acc4
commit
e8ce1bfa9f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-09-04 01:06 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/GSToolbarView.m (-_insertionIndexAtPoint:): Remove spurious
|
||||
';'.
|
||||
|
||||
2004-09-02 Quentin Mathe <qmathe@club-internet.fr>
|
||||
|
||||
* Headers/AppKit/NSToolbarItem.h: Added GSMovableToolbarPboardType
|
||||
|
|
|
@ -858,7 +858,7 @@ static void initSystemExtensionsColors(void)
|
|||
- (int) _insertionIndexAtPoint: (NSPoint)location
|
||||
{
|
||||
id hitView = [self hitTest: location];
|
||||
NSRect hitViewFrame = [hitView frame];;
|
||||
NSRect hitViewFrame = [hitView frame];
|
||||
int index;
|
||||
|
||||
if ((hitView != nil)
|
||||
|
|
Loading…
Reference in a new issue