[gnome-boxes] box-config: Make group prop publicly readable



commit 7e3c303e41f3423326e06abfc4148981502c4bb2
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Mar 28 20:36:01 2013 +0200

    box-config: Make group prop publicly readable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683489

 src/box-config.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/box-config.vala b/src/box-config.vala
index c8c7996..a8194c6 100644
--- a/src/box-config.vala
+++ b/src/box-config.vala
@@ -20,7 +20,7 @@ public class Boxes.BoxConfig: GLib.Object, Boxes.IConfig {
         get { return source.keyfile; }
     }
 
-    private string group;
+    public string group { get; private set; }
 
     public string? last_seen_name {
         owned get { return get_string (group, "last-seen-name"); }


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