[libgdata] youtube: Don't notify on a non-existent property when changing aspect ratio



commit 2b16dc2baf8a1691b078606d5dc8820b063f33bd
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Dec 2 18:00:54 2010 +0000

    youtube: Don't notify on a non-existent property when changing aspect ratio

 gdata/services/youtube/gdata-youtube-group.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gdata/services/youtube/gdata-youtube-group.c b/gdata/services/youtube/gdata-youtube-group.c
index d2a291a..5c9ffac 100644
--- a/gdata/services/youtube/gdata-youtube-group.c
+++ b/gdata/services/youtube/gdata-youtube-group.c
@@ -256,5 +256,4 @@ gdata_youtube_group_set_aspect_ratio (GDataYouTubeGroup *self, const gchar *aspe
 
 	g_free (self->priv->aspect_ratio);
 	self->priv->aspect_ratio = g_strdup (aspect_ratio);
-	g_object_notify (G_OBJECT (self), "aspect-ratio");
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]