[gnome-dvb-daemon] Mark RecordingsDirectory property as construt



commit 7aaf32ca066c0145444eda53ba9ac133c0db7ab4
Author: Sebastian Pölsterl <sebp k-d-w org>
Date:   Sat Oct 4 00:22:33 2014 +0200

    Mark RecordingsDirectory property as construt

 src/DeviceGroup.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/DeviceGroup.vala b/src/DeviceGroup.vala
index a689c55..e24366c 100644
--- a/src/DeviceGroup.vala
+++ b/src/DeviceGroup.vala
@@ -40,7 +40,7 @@ namespace DVB {
         }
         public uint Id {get; construct;}
         public ChannelList Channels { get; construct; }
-        public File RecordingsDirectory { get; set; }
+        public File RecordingsDirectory { get; set construct; }
 
         public AdapterType Type { get; construct; }
 


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