+ /* FIXME: this isn't ideal - if the account is deleted, Proceed will fail, + * whereas what we want to happen is that Proceed will succeed but + * immediately cause a failure to be signalled. It'll do for now though. */ + /* we use connect_after, to make sure that other signals (such as * RemoveFailedRequest) are emitted before the Failed signal */ /* WARNING: on_channel_status_changed unrefs the McdChannel (!), so we * give it an extra reference, so that we can return a ref from this * function */ g_signal_connect_after (g_object_ref (channel), "status-changed", G_CALLBACK (on_channel_status_changed), account);
Fixed in git
Oops, wrong bug.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-mission-control/issues/2.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.