diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-01-21 14:20:50 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-01-21 14:20:50 +0000 |
commit | 40439f32b124f30d3147b1fd6ca4e18cabea8c4c (patch) | |
tree | e54a7d25c8167b1d8cea937c142e7f6f702909ce /telepathy-glib/account.c | |
parent | 8bb32392cf0561d9621cd48cd966305b25e19630 (diff) | |
download | telepathy-glib-40439f32b124f30d3147b1fd6ca4e18cabea8c4c.tar.gz |
Revert "fd.o#25600: account{,-manager}: make sure g_s_a_r_set_from_error gets a non-const GError*"
This reverts commit f047ad9811a24111ba264319dc7519a949335e1d.
Diffstat (limited to 'telepathy-glib/account.c')
-rw-r--r-- | telepathy-glib/account.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c index f96cf77ca..663f56f7f 100644 --- a/telepathy-glib/account.c +++ b/telepathy-glib/account.c @@ -2616,7 +2616,7 @@ tp_account_prepare_async (TpAccount *account, if (error != NULL) { - g_simple_async_result_set_from_error (result, (GError *) error); + g_simple_async_result_set_from_error (result, error); g_simple_async_result_complete_in_idle (result); g_object_unref (result); g_array_free (feature_array, TRUE); |