GNOME Bugzilla – Bug 656866
Use more tp_connection_get_account()
Last modified: 2011-08-19 10:52:14 UTC
Some code still do trick like: > + g_object_set_data (G_OBJECT (conn), "account", account); (main-window.c) to get the account of a connection. That is not needed any more thanks to tp_connection_get_account().
Created attachment 194205 [details] [review] main-window: use tp_connection_get_account()
Created attachment 194206 [details] [review] contact-chooser: use tp_connection_get_account()
+1
Attachment 194205 [details] pushed as 010b9fe - main-window: use tp_connection_get_account() Attachment 194206 [details] pushed as b9582cf - contact-chooser: use tp_connection_get_account()