[rygel/config] Rygel.Configuration should inherit GLib.Object



commit 935e190b2bf6c9cf0f157f0229dff3a847bde34f
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu May 28 15:59:29 2009 +0300

    Rygel.Configuration should inherit GLib.Object
---
 src/rygel/rygel-configuration.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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";



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