Rygel.Configuration should inherit GLib.Object
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 28 May 2009 12:59:29 +0000 (15:59 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 28 May 2009 12:59:29 +0000 (15:59 +0300)
src/rygel/rygel-configuration.vala

index bc569ed..8268e50 100644 (file)
@@ -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";