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



commit 49a749c3391b802f7e8764c17e129efbbeeb85dc
Author: AndrÃs G. Aragoneses <knocte gmail com>
Date:   Fri Oct 21 20:08:02 2011 +0100

    ThickClient: add IntPtr ctor to TaskStatusIcon
    
    Add an IntPtr ctor to TaskStatusIcon 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#647237.

 .../Banshee.Gui.Widgets/TaskStatusIcon.cs          |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TaskStatusIcon.cs b/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TaskStatusIcon.cs
index 9a0ff84..3d01e95 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TaskStatusIcon.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TaskStatusIcon.cs
@@ -81,6 +81,10 @@ namespace Banshee.Gui.Widgets
             Update ();
         }
 
+        protected TaskStatusIcon (IntPtr raw) : base (raw)
+        {
+        }
+
         private void Update ()
         {
             lock (jobs) {



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