summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParthiban Balasubramanian <p.balasubramanian@cablelabs.com>2013-11-26 10:38:23 -0700
committerJens Georg <mail@jensge.org>2013-12-14 12:03:31 +0100
commit0b06897019f338b7027534cd50faa8a853b5bac6 (patch)
tree1c8abba1b53655e49214de56dad9265f7702ffc3
parent0da3159aaebdc56cadaff62b1004f24d4746914d (diff)
downloadgupnp-av-0b06897019f338b7027534cd50faa8a853b5bac6.tar.gz
Rename cleartextSize to cleartext-size in object notify
https://bugzilla.gnome.org/show_bug.cgi?id=719377
-rw-r--r--libgupnp-av/gupnp-didl-lite-resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgupnp-av/gupnp-didl-lite-resource.c b/libgupnp-av/gupnp-didl-lite-resource.c
index 143a3d1..5ff54e3 100644
--- a/libgupnp-av/gupnp-didl-lite-resource.c
+++ b/libgupnp-av/gupnp-didl-lite-resource.c
@@ -1469,7 +1469,7 @@ gupnp_didl_lite_resource_set_cleartext_size
g_free (str);
}
- g_object_notify (G_OBJECT (resource), "cleartextSize");
+ g_object_notify (G_OBJECT (resource), "cleartext-size");
}
/**