summaryrefslogtreecommitdiff
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2012-07-16 03:40:31 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2012-07-16 03:40:31 +0200
commitfcc07601b1aef280c0404f7667d2efd64efe03d6 (patch)
treeca43f72ef9c3072003dd4292233fe2413deb0dbd
parent22b74eaa2e31e49fd825262a0247aabe30b160fa (diff)
GLibDBusProxy: always return on error
(bzr r2501.1.10)
-rw-r--r--UnityCore/GLibDBusProxy.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/UnityCore/GLibDBusProxy.cpp b/UnityCore/GLibDBusProxy.cpp
index 6098db827..5d90f7953 100644
--- a/UnityCore/GLibDBusProxy.cpp
+++ b/UnityCore/GLibDBusProxy.cpp
@@ -279,6 +279,8 @@ void DBusProxy::Impl::OnCallCallback(GObject* source, GAsyncResult* res, gpointe
<< g_dbus_proxy_get_object_path(G_DBUS_PROXY(source))
<< "\" failed: " << error;
}
+
+ return;
}
if (data->callback)