[banshee/gio-hardware] Fix GLib.MissingPtrCtorException (bgo#625760)
- From: Alex Launi <alexlauni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gio-hardware] Fix GLib.MissingPtrCtorException (bgo#625760)
- Date: Fri, 13 Aug 2010 15:22:06 +0000 (UTC)
commit ecbadd57e9dcd3fae125b88e454f81a340e1da49
Author: David Nielsen <gnomeuser gmail com>
Date: Sun Aug 1 15:35:40 2010 -0400
Fix GLib.MissingPtrCtorException (bgo#625760)
Signed-off-by: Aaron Bockover <abockover novell com>
.../Banshee.Sources.Gui/SourceView.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs b/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs
index fced8ad..b7da48a 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs
@@ -67,6 +67,8 @@ namespace Banshee.Sources.Gui
private bool editing_row = false;
private bool need_resort = false;
+ protected SourceView (IntPtr ptr) : base (ptr) {}
+
public SourceView ()
{
BuildColumns ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]