mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 15:33:43 +00:00
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:
parent
44e311ebbc
commit
ba0104210e
2 changed files with 13 additions and 1 deletions
12
ChangeLog
12
ChangeLog
|
@ -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:
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue