[banshee] [Last.fm] Fix preferences section id
- From: Bertrand Lorentz <blorentz src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] [Last.fm] Fix preferences section id
- Date: Sat, 14 Nov 2009 16:00:00 +0000 (UTC)
commit d6400e2c104cdd5fde58a2d6fe55836a729884e8
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Sat Nov 14 13:58:15 2009 +0100
[Last.fm] Fix preferences section id
.../Banshee.Lastfm.Radio/LastfmSource.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSource.cs b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSource.cs
index aac024b..b01dde1 100644
--- a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSource.cs
+++ b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSource.cs
@@ -279,7 +279,7 @@ namespace Banshee.Lastfm.Radio
service.InstallWidgetAdapters += OnPreferencesServiceInstallWidgetAdapters;
pref_page = new Banshee.Preferences.SourcePage (this);
- pref_section = pref_page.Add (new Section ("mediatypes", Catalog.GetString ("Account"), 20));
+ pref_section = pref_page.Add (new Section ("lastfm-account", Catalog.GetString ("Account"), 20));
pref_section.ShowLabel = false;
user_pref = new SchemaPreference<string> (LastUserSchema, Catalog.GetString ("_Username"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]