[banshee] ThickClient: add IntPtr ctor to TaskStatusIcon



commit d0a949fffbf129e5a87e5c14c2f302c5dccf6276
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 ++++
 src/Hyena                                          |    2 +-
 2 files changed, 5 insertions(+), 1 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) {
diff --git a/src/Hyena b/src/Hyena
index 6883798..53281eb 160000
--- a/src/Hyena
+++ b/src/Hyena
@@ -1 +1 @@
-Subproject commit 6883798c75fa40e72aab0966fe4ba530ca2f4905
+Subproject commit 53281ebe91a05dd114969d085091570e296e94fb



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