[rygel/config] Make GConf client and path accessible to subclasses.
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel/config] Make GConf client and path accessible to subclasses.
- Date: Tue, 21 Apr 2009 12:49:58 -0400 (EDT)
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]