[rygel/config] Pass the title and section args in correct order
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel/config] Pass the title and section args in correct order
- Date: Thu, 23 Apr 2009 13:09:48 -0400 (EDT)
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]