GNOME Bugzilla – Bug 653620
telepathyClient.js: pass more callbacks to async functions
Last modified: 2011-07-04 07:36:15 UTC
Because of a recent gjs change we now have to pass callback to all our _async calls.
Created attachment 190911 [details] [review] pass a callback when calling channel.close_async()
Created attachment 190912 [details] [review] pass a callback when calling cd.present_channel_async()
Created attachment 190913 [details] [review] pass a callback when calling _client.delegate_channels_async()
(In reply to comment #3) > Created an attachment (id=190913) [details] [review] > pass a callback when calling _client.delegate_channels_async() This one is blocked on bug #652753 but we can already merge the 2 first patches.
If we want to get things working again quickly, then feel free to commit these, but leave the bug open; I think we probably want to get bug 653484 in, and then they can be reverted again.
Bug #653484 has been fixed so we don't need this any more.