diff options
| author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-03-09 19:44:37 +0000 |
|---|---|---|
| committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-03-09 19:44:37 +0000 |
| commit | 7e9c06d5ad6d512ea46ad27115731cf457434dc2 (patch) | |
| tree | cbd18f1b69738fbd14d02a4f8c0bcd3b5e507e63 | |
| parent | ef9a69832487e9d44843f4d2b9e3b84a571c9c40 (diff) | |
The account is passed as the object, not the user_data
| -rw-r--r-- | src/mcd-account.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mcd-account.c b/src/mcd-account.c index c55db0e4..8b260ae2 100644 --- a/src/mcd-account.c +++ b/src/mcd-account.c @@ -587,7 +587,7 @@ account_external_password_storage_properties_changed_cb (TpProxy *cm, gpointer user_data, GObject *self) { - McdAccount *account = MCD_ACCOUNT (user_data); + McdAccount *account = MCD_ACCOUNT (self); TpProtocol *protocol = tp_connection_manager_get_protocol_object ( TP_CONNECTION_MANAGER (cm), account->priv->protocol_name); GHashTable *params; |
