[libgdata/libgdata-0-7] youtube: Don't notify on a non-existent property when changing aspect ratio
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-7] youtube: Don't notify on a non-existent property when changing aspect ratio
- Date: Thu, 2 Dec 2010 18:11:06 +0000 (UTC)
commit 9dd90e47a866308c65f70576ef581f02dda37d67
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]