folder: save implementation should chain-up
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 3 Jun 2009 12:25:07 +0000 (15:25 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 3 Jun 2009 12:25:07 +0000 (15:25 +0300)
Folder title wasn't getting saved to user config because of this bug.

src/ui/rygel-folder-pref-section.vala

index 246cb6d..b4ad858 100644 (file)
@@ -60,6 +60,8 @@ public class Rygel.FolderPrefSection : Rygel.PluginPrefSection {
     }
 
     public override void save () {
+        base.save ();
+
         TreeIter iter;
         var folder_list = new ArrayList<string> ();