[rygel/config] Pass the title and section args in correct order



commit 29ff775d695d4fd3fc87837da91c0136c1fd51bb
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Apr 23 15:42:15 2009 +0300

    Pass the title and section args in correct order
---
 src/ui/rygel-general-pref-vbox.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/ui/rygel-general-pref-vbox.vala b/src/ui/rygel-general-pref-vbox.vala
index 7894309..d49a072 100644
--- a/src/ui/rygel-general-pref-vbox.vala
+++ b/src/ui/rygel-general-pref-vbox.vala
@@ -24,7 +24,7 @@ using Gtk;
 
 public class Rygel.GeneralPrefVBox : PreferencesVBox {
     public GeneralPrefVBox (ConfigEditor config_editor) {
-        base (config_editor, "general", "General");
+        base (config_editor, "General", "general");
 
         this.add_string_pref (ConfigReader.IP_KEY,
                               "IP",



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