[banshee/stable-2.2] ThickClient: add IntPtr ctor to ConnectedMessageBar



commit 65b87bd1f7bb92442461a569c3a7fd0e06c50722
Author: AndrÃs G. Aragoneses <knocte gmail com>
Date:   Fri Oct 21 19:50:58 2011 +0100

    ThickClient: add IntPtr ctor to ConnectedMessageBar
    
    Add an IntPtr ctor to ConnectedMessageBar and
    update Hyena submodule to master because we
    need a recent commit from it to add the ctor
    to the base class as well. This should fix
    bgo#634784.

 .../Banshee.Gui.Widgets/ConnectedMessageBar.cs     |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ConnectedMessageBar.cs b/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ConnectedMessageBar.cs
index a50e541..7e3d031 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ConnectedMessageBar.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ConnectedMessageBar.cs
@@ -68,6 +68,10 @@ namespace Banshee.Gui.Widgets
             LeftPadding = 15;
         }
 
+        protected ConnectedMessageBar (IntPtr raw) : base (raw)
+        {
+        }
+
         private void ConnectSource (Source source)
         {
             if (source == this.source)



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