[hyena] Gui: add IntPtr ctor to AnimatedImage



commit 53281ebe91a05dd114969d085091570e296e94fb
Author: AndrÃs G. Aragoneses <knocte gmail com>
Date:   Fri Oct 21 20:04:08 2011 +0100

    Gui: add IntPtr ctor to AnimatedImage
    
    Needed to fix bgo#647237 because this class
    is the base class of TaskStatusIcon.

 Hyena.Gui/Hyena.Widgets/AnimatedImage.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/Hyena.Gui/Hyena.Widgets/AnimatedImage.cs b/Hyena.Gui/Hyena.Widgets/AnimatedImage.cs
index fe31d4c..1947db6 100644
--- a/Hyena.Gui/Hyena.Widgets/AnimatedImage.cs
+++ b/Hyena.Gui/Hyena.Widgets/AnimatedImage.cs
@@ -53,6 +53,10 @@ namespace Hyena.Widgets
             stage.Actor.CanExpire = false;
         }
 
+        protected AnimatedImage (IntPtr raw) : base (raw)
+        {
+        }
+
         protected override void OnShown ()
         {
             base.OnShown ();



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