[banshee/stable-1.8] AlbumListView: Fix MissingIntPtrCtorException (bgo#632196)



commit b2b02d7b4a21265efa90292fee3559d73393c3e5
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Fri Oct 15 17:52:57 2010 +1100

    AlbumListView: Fix MissingIntPtrCtorException (bgo#632196)

 .../Banshee.Collection.Gui/AlbumListView.cs        |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/AlbumListView.cs b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/AlbumListView.cs
index c826110..3682342 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/AlbumListView.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/AlbumListView.cs
@@ -81,6 +81,8 @@ namespace Banshee.Collection.Gui
             Banshee.Metadata.MetadataService.Instance.ArtworkUpdated += OnArtworkUpdated;
         }
 
+        protected AlbumListView (IntPtr ptr) : base () {}
+
         public override void Dispose ()
         {
             ServiceManager.PlayerEngine.DisconnectEvent (OnPlayerEvent);



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