mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 05:50:48 +00:00
Cleanup of memory management in loadNib code. Minor formatting changes in gopen and GSspell.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18264 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
67bf59a067
commit
3f01db306e
5 changed files with 80 additions and 14 deletions
|
@ -303,7 +303,7 @@ findMisspelledWordInString:(NSString *)stringToCheck
|
|||
else
|
||||
if(![outputScanner scanUpToCharactersFromSet:
|
||||
[NSCharacterSet whitespaceAndNewlineCharacterSet]
|
||||
intoString: &guessWord])
|
||||
intoString: &guessWord])
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -84,8 +84,8 @@ main(int argc, char** argv, char **env_c)
|
|||
|
||||
if (application)
|
||||
{
|
||||
// Don't start the application itself but use it for file opening.
|
||||
// [workspace launchApplication: application];
|
||||
// Don't start the application itself but use it for file opening.
|
||||
// [workspace launchApplication: application];
|
||||
}
|
||||
|
||||
if (filetoopen)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue