[rygel/config: 3/6] GConf path prefix shouldn't be a public prop.



commit aa34f17bb4e4d5ad3e8022c6852f7ec06b2b3cb1
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Apr 16 18:27:52 2009 +0300

    GConf path prefix shouldn't be a public prop.
---
 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 f160e71..39545c9 100644
--- a/src/rygel/rygel-configuration.vala
+++ b/src/rygel/rygel-configuration.vala
@@ -29,7 +29,7 @@ using CStuff;
  * User configuration for Rygel.
  */
 public class Rygel.Configuration {
-    public static const string ROOT_GCONF_PATH = "/apps/rygel/";
+    private static const string ROOT_GCONF_PATH = "/apps/rygel/";
 
     private GConf.Client gconf;
 



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