Revision 0c02aa65 trunk/Pithos.Client.WPF/Configuration/PithosSettings.cs

b/trunk/Pithos.Client.WPF/Configuration/PithosSettings.cs
18 18
    using System.Text;
19 19

  
20 20
    [Export(typeof(IPithosSettings))]
21
    [Export]
21 22
    public class PithosSettings :  IPithosSettings
22 23
    {
23 24
        public bool UseDefaultProxy
......
112 113
            set { Settings.Default.ExtensionsActivated = value; }
113 114
        }
114 115

  
116
        public bool ShowDesktopNotifications
117
        {
118
            get { return Settings.Default.ShowDesktopNotifications; }
119
            set { Settings.Default.ShowDesktopNotifications = value; }
120
        }
115 121
/*
116 122
        public override IEnumerable<string> GetDynamicMemberNames()
117 123
        {

Also available in: Unified diff