After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 680775 - Be able to edit params of non SSO accounts
Be able to edit params of non SSO accounts
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: UOA
2.33.x
Other Linux
: Normal enhancement
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-07-29 10:06 UTC by Guillaume Desmottes
Modified: 2012-08-14 15:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
accounts-plugin-widget: use TpWeakRef when preparing the AM (1.73 KB, patch)
2012-08-10 10:16 UTC, Guillaume Desmottes
none Details | Review
accounts-plugin-widget: only use the simple account widget when creatingaccount (1.37 KB, patch)
2012-08-10 10:16 UTC, Guillaume Desmottes
none Details | Review

Description Guillaume Desmottes 2012-07-29 10:06:34 UTC
We should be able edit CM params of not SSO accounts using the UOA plugins.

This is currently blocked by the UOA panel doesn't have UI for that yet.
Comment 1 Guillaume Desmottes 2012-08-10 10:16:04 UTC
Created attachment 220858 [details] [review]
accounts-plugin-widget: use TpWeakRef when preparing the AM

gtk_widget_destroy drops all the reference on the widget so just reffing it
isn't good enough.
Comment 2 Guillaume Desmottes 2012-08-10 10:16:06 UTC
Created attachment 220859 [details] [review]
accounts-plugin-widget: only use the simple account widget when creatingaccount
Comment 3 Xavier Claessens 2012-08-14 15:24:45 UTC
Fixed leaked TpWeakRef if self is NULL. Also did the same on app plugin.