[telepathy-glib/master] account: remove unnecessary cast

Jonny Lamb jonny.lamb at collabora.co.uk
Sat Sep 26 08:41:09 PDT 2009


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 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 fe7c49f..2117f99 100644
--- a/telepathy-glib/account.c
+++ b/telepathy-glib/account.c
@@ -1526,7 +1526,7 @@ _tp_account_property_set_cb (TpProxy *proxy,
   if (error != NULL)
     {
       DEBUG ("Failed to set property: %s", error->message);
-      g_simple_async_result_set_from_error (result, (GError *) error);
+      g_simple_async_result_set_from_error (result, error);
     }
 
   g_simple_async_result_complete (result);
-- 
1.5.6.5




More information about the telepathy-commits mailing list