[gupnp] Errors: Fix quark for ServiceIntrospectionError
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp] Errors: Fix quark for ServiceIntrospectionError
- Date: Thu, 30 Dec 2021 16:00:06 +0000 (UTC)
commit 51c48fd9143c4f5e77ca111fe4266167c1f71c13
Author: Jens Georg <mail jensge org>
Date: Thu Dec 30 15:15:45 2021 +0100
Errors: Fix quark for ServiceIntrospectionError
libgupnp/gupnp-error.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgupnp/gupnp-error.c b/libgupnp/gupnp-error.c
index 2ef5ff1..b30c971 100644
--- a/libgupnp/gupnp-error.c
+++ b/libgupnp/gupnp-error.c
@@ -120,7 +120,7 @@ gupnp_service_introspection_error_quark (void)
static GQuark quark = 0;
if (!quark)
- quark = g_quark_from_static_string ("gupnp-root-device-error");
+ quark = g_quark_from_static_string ("gupnp-service-introspection-error");
return quark;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]