banshee r3013 - in branches/banshee/stable: . src/Plugins/Banshee.Plugins.LastFM
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r3013 - in branches/banshee/stable: . src/Plugins/Banshee.Plugins.LastFM
- Date: Tue, 22 Jan 2008 22:34:46 +0000 (GMT)
Author: gburt
Date: Tue Jan 22 22:34:46 2008
New Revision: 3013
URL: http://svn.gnome.org/viewvc/banshee?rev=3013&view=rev
Log:
2008-01-22 Gabriel Burt <gabriel burt gmail com>
* src/Plugins/Banshee.Plugins.LastFM/Editor.cs: Fix bug where songs
wouldn't be visible on new stations until you switched away from them and
back, or restarted Banshee.
* src/Plugins/Banshee.Plugins.LastFM/LastFMSource.cs:
* src/Plugins/Banshee.Plugins.LastFM/Plugin.cs: Update copyright year.
Modified:
branches/banshee/stable/ChangeLog
branches/banshee/stable/src/Plugins/Banshee.Plugins.LastFM/Editor.cs
branches/banshee/stable/src/Plugins/Banshee.Plugins.LastFM/LastFMSource.cs
branches/banshee/stable/src/Plugins/Banshee.Plugins.LastFM/Plugin.cs
Modified: branches/banshee/stable/src/Plugins/Banshee.Plugins.LastFM/Editor.cs
==============================================================================
--- branches/banshee/stable/src/Plugins/Banshee.Plugins.LastFM/Editor.cs (original)
+++ branches/banshee/stable/src/Plugins/Banshee.Plugins.LastFM/Editor.cs Tue Jan 22 22:34:46 2008
@@ -1,7 +1,7 @@
/***************************************************************************
* Editor.cs
*
- * Copyright (C) 2007 Novell, Inc.
+ * Copyright (C) 2007-2008 Novell, Inc.
* Written by Gabriel Burt <gabriel burt gmail com>
****************************************************************************/
@@ -123,6 +123,7 @@
if (source == null) {
source = new StationSource (name, type.Name, arg);
LastFMPlugin.Instance.Source.AddChildSource (source);
+ SourceManager.AddSource (source);
} else {
source.Rename (name);
source.Type = type;
Modified: branches/banshee/stable/src/Plugins/Banshee.Plugins.LastFM/LastFMSource.cs
==============================================================================
--- branches/banshee/stable/src/Plugins/Banshee.Plugins.LastFM/LastFMSource.cs (original)
+++ branches/banshee/stable/src/Plugins/Banshee.Plugins.LastFM/LastFMSource.cs Tue Jan 22 22:34:46 2008
@@ -1,7 +1,7 @@
/***************************************************************************
* LastFMSource.cs
*
- * Copyright (C) 2007 Novell, Inc.
+ * Copyright (C) 2007-2008 Novell, Inc.
* Written by Gabriel Burt <gabriel burt gmail com>
****************************************************************************/
Modified: branches/banshee/stable/src/Plugins/Banshee.Plugins.LastFM/Plugin.cs
==============================================================================
--- branches/banshee/stable/src/Plugins/Banshee.Plugins.LastFM/Plugin.cs (original)
+++ branches/banshee/stable/src/Plugins/Banshee.Plugins.LastFM/Plugin.cs Tue Jan 22 22:34:46 2008
@@ -1,7 +1,7 @@
/***************************************************************************
* Plugin.cs
*
- * Copyright (C) 2007 Novell, Inc.
+ * Copyright (C) 2007-2008 Novell, Inc.
* Written by Gabriel Burt <gabriel burt gmail com>
****************************************************************************/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]