]> git.0d.be Git - empathy.git/commit
Use TpWeakRef when user_data of an async call is a widget
authorXavier Claessens <xavier.claessens@collabora.co.uk>
Thu, 9 Aug 2012 12:10:59 +0000 (14:10 +0200)
committerXavier Claessens <xavier.claessens@collabora.co.uk>
Tue, 14 Aug 2012 15:20:28 +0000 (17:20 +0200)
commit77ea9d56fb15dfd6edb1554ba31c42a7789d62d1
tree03dc3d971428d312a4260fb578a86482599bb90e
parentd2b704165e9bf015400b72e95d443a67ebc3060e
Use TpWeakRef when user_data of an async call is a widget

Keeping a ref on widgets is not enough to keep it alive, because
gtk_widget_destroy will run destroy even if there are still refs.

https://bugzilla.gnome.org/show_bug.cgi?id=680775
libempathy-gtk/empathy-avatar-chooser.c
ubuntu-online-accounts/cc-plugins/app-plugin/empathy-app-plugin-widget.c
ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin-widget.c