mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-19 10:00:59 +00:00
revert last
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@40190 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
913697c0ed
commit
2170f0e7b6
1 changed files with 1 additions and 6 deletions
|
@ -557,15 +557,10 @@ connectQuote(NSString *str)
|
|||
{
|
||||
NSNotificationQueue *nq;
|
||||
|
||||
/* Post asynchronously with no coalesce
|
||||
/* Post asynchronously
|
||||
*/
|
||||
nq = [NSNotificationQueue defaultQueue];
|
||||
[nq enqueueNotification: n postingStyle: NSPostASAP];
|
||||
[nq enqueueNotification: n
|
||||
postingStyle: NSPostASAP
|
||||
coalesceMask: 0
|
||||
forModes: nil];
|
||||
|
||||
}
|
||||
|
||||
/* This method must only be called when the receiver is locked.
|
||||
|
|
Loading…
Reference in a new issue