mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 12:41:56 +00:00
Minor fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2068 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fc3e19d912
commit
f646899788
5 changed files with 49 additions and 123 deletions
|
@ -247,7 +247,10 @@ id GNUSTEP_GUI_FONT_PANEL_FACTORY;
|
|||
return f;
|
||||
}
|
||||
else
|
||||
return nil;
|
||||
{
|
||||
NSLog(@"Invalid font request\n");
|
||||
return nil;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue