[totem] backend: Fix incorrect property_id usage
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] backend: Fix incorrect property_id usage
- Date: Fri, 22 Jun 2012 18:02:50 +0000 (UTC)
commit 2ee5c455bce86ab420eacbcabc3e77c260e26a30
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jun 22 18:58:58 2012 +0100
backend: Fix incorrect property_id usage
Referer was using the user-agent property ID
src/backend/bacon-video-widget-gst-0.10.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/backend/bacon-video-widget-gst-0.10.c b/src/backend/bacon-video-widget-gst-0.10.c
index 91e531e..615eba7 100644
--- a/src/backend/bacon-video-widget-gst-0.10.c
+++ b/src/backend/bacon-video-widget-gst-0.10.c
@@ -868,7 +868,7 @@ bacon_video_widget_class_init (BaconVideoWidgetClass * klass)
*
* The HTTP referrer URI.
**/
- g_object_class_install_property (object_class, PROP_USER_AGENT,
+ g_object_class_install_property (object_class, PROP_REFERER,
g_param_spec_string ("referrer", "Referrer URI", "The HTTP referrer URI.",
NULL,
G_PARAM_READWRITE |
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]