[banshee] Revert "Revert "Dap: avoid MissingIntPtrCtorException in DapInfoBar (bgo#722209)""
- From: Andrés Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] Revert "Revert "Dap: avoid MissingIntPtrCtorException in DapInfoBar (bgo#722209)""
- Date: Sat, 25 Jan 2014 17:34:10 +0000 (UTC)
commit 4694c76c548f2f65bcd166768006cea4805b4c6e
Author: Andrés G. Aragoneses <knocte gmail com>
Date: Sat Jan 25 18:33:27 2014 +0100
Revert "Revert "Dap: avoid MissingIntPtrCtorException in DapInfoBar (bgo#722209)""
Oops, I pushed this revert by mistake, so I'm reverting the
reversion...
This reverts commit 86bfbfb66fc211221f60d8a5b3e3f1ea33eaf32d.
src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs
b/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs
index ffe035f..061c0da 100644
--- a/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs
+++ b/src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs
@@ -50,6 +50,10 @@ namespace Banshee.Dap.Gui
BuildWidget ();
}
+ protected DapInfoBar (IntPtr handle) : base (handle)
+ {
+ }
+
protected override void OnDestroyed ()
{
base.OnDestroyed ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]