~dobey/ubuntu/natty/banshee/fix-and-amz

« back to all changes in this revision

Viewing changes to src/Core/Banshee.Services/Banshee.Library/VideoLibrarySource.cs

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2008-07-30 12:37:28 UTC
  • mto: (1.2.3 upstream) (94.1.1 maverick)
  • mto: This revision was merged to the branch mainline in revision 70.
  • Revision ID: james.westby@ubuntu.com-20080730123728-8y78ip4btz99ri5h
Tags: upstream-1.2.0
Import upstream version 1.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
{
39
39
    public class VideoLibrarySource : LibrarySource
40
40
    {
41
 
        public VideoLibrarySource () : base (Catalog.GetString ("Video Library"), "VideoLibrary", 30)
 
41
        public VideoLibrarySource () : base (Catalog.GetString ("Video Library"), "VideoLibrary", 50)
42
42
        {
43
43
            Properties.SetStringList ("Icon.Name", "video-x-generic", "video", "source-library");
44
44
            Properties.SetString ("TrackView.ColumnControllerXml", String.Format (@"
57
57
        public override bool ShowBrowser {
58
58
            get { return false; }
59
59
        }
 
60
        
 
61
        protected override bool HasArtistAlbum {
 
62
            get { return false; }
 
63
        }
60
64
 
61
65
        public override IEnumerable<SmartPlaylistDefinition> DefaultSmartPlaylists {
62
66
            get { return default_smart_playlists; }