[rygel/config] Make GConf client and path accessible to subclasses.



commit 110ce3a106eddf3b7dfba9dd9e535d0bde2711cf
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Tue Apr 21 16:21:54 2009 +0300

    Make GConf client and path accessible to subclasses.
---
 src/rygel/rygel-config-reader.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/rygel/rygel-config-reader.vala b/src/rygel/rygel-config-reader.vala
index 99b2944..3b93ca6 100644
--- a/src/rygel/rygel-config-reader.vala
+++ b/src/rygel/rygel-config-reader.vala
@@ -29,9 +29,9 @@ using CStuff;
  * Reads the user configuration for Rygel.
  */
 public class Rygel.ConfigReader {
-    private static const string ROOT_GCONF_PATH = "/apps/rygel/";
+    protected static const string ROOT_GCONF_PATH = "/apps/rygel/";
 
-    private GConf.Client gconf;
+    protected GConf.Client gconf;
 
     public bool enable_xbox;
     public string host_ip;



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