From: Regis Merlino Date: Tue, 27 Aug 2013 09:05:58 +0000 (+0200) Subject: server: Fix upload profiles X-Git-Tag: RYGEL_0_19_6~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=839a3d0849a242fe7a3879bdb1b094cc1bfd56ee;p=profile%2Fivi%2Frygel.git server: Fix upload profiles https://bugzilla.gnome.org/show_bug.cgi?id=706797 --- diff --git a/src/librygel-server/rygel-media-server-plugin.vala b/src/librygel-server/rygel-media-server-plugin.vala index 6e58f43..3670bd6 100644 --- a/src/librygel-server/rygel-media-server-plugin.vala +++ b/src/librygel-server/rygel-media-server-plugin.vala @@ -52,7 +52,7 @@ public abstract class Rygel.MediaServerPlugin : Rygel.Plugin { public unowned GLib.List upload_profiles { get { if (_upload_profiles == null) { - return _supported_profiles; + return supported_profiles; } return _upload_profiles;