From 935e190b2bf6c9cf0f157f0229dff3a847bde34f Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Thu, 28 May 2009 15:59:29 +0300 Subject: [PATCH] Rygel.Configuration should inherit GLib.Object --- src/rygel/rygel-configuration.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rygel/rygel-configuration.vala b/src/rygel/rygel-configuration.vala index bc569ed..8268e50 100644 --- a/src/rygel/rygel-configuration.vala +++ b/src/rygel/rygel-configuration.vala @@ -28,7 +28,7 @@ using CStuff; /** * Reads the user configuration for Rygel. */ -public class Rygel.Configuration { +public class Rygel.Configuration : GLib.Object { protected static const string ROOT_GCONF_PATH = "/apps/rygel/"; protected static const string IP_KEY = "host-ip"; protected static const string PORT_KEY = "port"; -- 2.7.4