banshee r3784 - in trunk/banshee: . src/Core/Banshee.Services/Banshee.Database



Author: gburt
Date: Wed Apr 16 21:11:39 2008
New Revision: 3784
URL: http://svn.gnome.org/viewvc/banshee?rev=3784&view=rev

Log:
2008-04-16  Gabriel Burt  <gabriel burt gmail com>

	* src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs:
	When the CorePrimarySource table was modified a few commits back (after
	Alpha 3, I think) I forgot to make the change for new databases as well.
	Patch from Bertrand Lorentz, fixes BGO #528469.


Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs

Modified: trunk/banshee/src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs	(original)
+++ trunk/banshee/src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs	Wed Apr 16 21:11:39 2008
@@ -352,7 +352,7 @@
                     StringID            TEXT UNIQUE
                 )
             ");
-            Execute ("INSERT INTO CorePrimarySources (StringID) VALUES ('Library')");
+            Execute ("INSERT INTO CorePrimarySources (StringID) VALUES ('MusicLibrarySource-Library')");
 
             // TODO add these:
             // Others to consider:



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