2002-02-01 Manuel Guesdon <mguesdon@orange-concept.com>

* GSWeb.framework/GSWApplication.m:
		o in run: [[NSRunLoop currentRunLoop] run] instead of [NSRunLoop run]


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@12387 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Manuel Guesdon 2002-02-02 18:54:31 +00:00
parent 44e311ebbc
commit ba0104210e
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,15 @@
2002-02-01 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/GSWApplication.m:
o in run: [[NSRunLoop currentRunLoop] run] instead of [NSRunLoop run]
2002-02-01 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/GSWConfig.h:
o set localhost for GSWOPTVALUE_MonitorHost
* GSWeb.framework/GSWApplication.m:
o logs
2002-01-26 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/GSWSwitchComponent.m:

View file

@ -2181,7 +2181,7 @@ int GSWApplicationMain(NSString* applicationClassName,
NSDebugMLLog(@"application",@"[NSRunLoop currentRunLoop]=%@",[NSRunLoop currentRunLoop]);
ASSIGN(currentRunLoop,[NSRunLoop currentRunLoop]);
NSDebugMLLog(@"application",@"GSCurrentThreadDictionary()=%@",GSCurrentThreadDictionary());
[NSRunLoop run];
[[NSRunLoop currentRunLoop] run];
NSDebugMLLog0(@"application",@"NSRunLoop end run");
[adaptors makeObjectsPerformSelector:unregisterForEventsSEL];