> After a call to a timeout, which does gtk calls and network calls,
> my application locks up. Any ideas??

I've never looked at the code, but I assume timeouts are essentially
just inserted into the gtk mainloop.  So if your timeout blocks, it
will stop the mainloop dead.  Since you mention network calls, I'd
have to suspect that.

-Rob

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to