[Bug 21036] New: ChannelRequest: Proceed fails if account is deleted
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Apr 3 20:37:49 CEST 2009
http://bugs.freedesktop.org/show_bug.cgi?id=21036
Summary: ChannelRequest: Proceed fails if account is deleted
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: telepathy-mission-control
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: simon.mcvittie at collabora.co.uk
+ /* 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);
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list