Fix endless loop when retrieving properties

This commit is contained in:
Stef Walter 2012-06-27 16:43:55 +02:00
parent d9ec34322d
commit f24984880e

View File

@ -359,7 +359,7 @@ on_get_properties (GObject *source,
GAsyncResult *result,
gpointer user_data)
{
GSimpleAsyncResult *res = G_SIMPLE_ASYNC_RESULT (result);
GSimpleAsyncResult *res = G_SIMPLE_ASYNC_RESULT (user_data);
GDBusProxy *proxy = G_DBUS_PROXY (g_async_result_get_source_object (user_data));
GError *error = NULL;
GVariant *retval;