[banshee/gio-hardware] [ArtistListView] Fix GLib.MissingPtrCtorException (bgo#626293)
- From: Alex Launi <alexlauni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gio-hardware] [ArtistListView] Fix GLib.MissingPtrCtorException (bgo#626293)
- Date: Fri, 13 Aug 2010 15:24:13 +0000 (UTC)
commit f082dc77fba8917b7d27839e97a83bdca230af24
Author: David Nielsen <gnomeuser gmail com>
Date: Sat Aug 7 21:33:46 2010 +0200
[ArtistListView] Fix GLib.MissingPtrCtorException (bgo#626293)
Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>
.../Banshee.Collection.Gui/ArtistListView.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtistListView.cs b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtistListView.cs
index 8a9caec..23b9a12 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtistListView.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtistListView.cs
@@ -39,6 +39,8 @@ namespace Banshee.Collection.Gui
{
public class ArtistListView : TrackFilterListView<ArtistInfo>
{
+ protected ArtistListView (IntPtr ptr) : base () {}
+
public ArtistListView () : base ()
{
column_controller.Add (new Column ("Artist", new ColumnCellText ("DisplayName", true), 1.0));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]