banshee r5067 - in branches/banshee/stable: . src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Recommendations



Author: gburt
Date: Wed Feb 25 19:15:51 2009
New Revision: 5067
URL: http://svn.gnome.org/viewvc/banshee?rev=5067&view=rev

Log:
2009-02-18  Bertrand Lorentz  <bertrand lorentz gmail com>

	* src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Recommendations/RecommendationActions.cs:
	Properly set the state of the Show Recommandations check box on startup
	(BGO #572204).



Modified:
   branches/banshee/stable/   (props changed)
   branches/banshee/stable/ChangeLog
   branches/banshee/stable/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Recommendations/RecommendationActions.cs

Modified: branches/banshee/stable/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Recommendations/RecommendationActions.cs
==============================================================================
--- branches/banshee/stable/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Recommendations/RecommendationActions.cs	(original)
+++ branches/banshee/stable/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Recommendations/RecommendationActions.cs	Wed Feb 25 19:15:51 2009
@@ -64,7 +64,8 @@
                 new ToggleActionEntry (
                     "ShowRecommendationAction", null,
                     Catalog.GetString("Show Recommendations"), "<control>R",
-                    Catalog.GetString("Show Recommendations"), OnToggleShow, true
+                    Catalog.GetString("Show Recommendations"), OnToggleShow,
+                    RecommendationService.ShowSchema.Get ()
                 )
             });
 



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