Merge branch 'gdbusproxy_prefixes_unstripped_error' into 'master'

gdbus: proxy : Strip remote error on activation failure

Closes #804

See merge request GNOME/glib!925
This commit is contained in:
Philip Withnall 2019-06-18 10:30:37 +00:00
commit f8bad07319

View File

@ -1620,6 +1620,7 @@ async_init_start_service_by_name_cb (GDBusConnection *connection,
} }
else else
{ {
g_dbus_error_strip_remote_error (error);
g_prefix_error (&error, g_prefix_error (&error,
_("Error calling StartServiceByName for %s: "), _("Error calling StartServiceByName for %s: "),
proxy->priv->name); proxy->priv->name);