mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
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:
commit
f8bad07319
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user