[rygel] folder: save implementation should chain-up



commit d673c96079c4615cd924ab28cb9392b9de02e369
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Jun 3 15:25:07 2009 +0300

    folder: save implementation should chain-up
    
    Folder title wasn't getting saved to user config because of this bug.
---
 src/ui/rygel-folder-pref-section.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/ui/rygel-folder-pref-section.vala b/src/ui/rygel-folder-pref-section.vala
index 246cb6d..b4ad858 100644
--- a/src/ui/rygel-folder-pref-section.vala
+++ b/src/ui/rygel-folder-pref-section.vala
@@ -60,6 +60,8 @@ public class Rygel.FolderPrefSection : Rygel.PluginPrefSection {
     }
 
     public override void save () {
+        base.save ();
+
         TreeIter iter;
         var folder_list = new ArrayList<string> ();
 



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