[banshee] ThickClient: add IntPtr ctor to RatingEntry
- From: AndrÃs Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] ThickClient: add IntPtr ctor to RatingEntry
- Date: Thu, 20 Oct 2011 15:24:23 +0000 (UTC)
commit 48ecf95e1b3e4cb66cabcceefaf7c031b2e1f716
Author: Andres G. Aragoneses <knocte gmail com>
Date: Thu Oct 20 16:16:22 2011 +0100
ThickClient: add IntPtr ctor to RatingEntry
Adding protected IntPtr ctor to RatingEntry class.
This should fix bgo#662281. This commit depends on
the latest hyena:
c6896c8b74c24ad64f6e84db2382ea1ddfe8259e .
(In case it needs to be backported to stable branch.)
.../Banshee.Gui.TrackEditor/RatingEntry.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/RatingEntry.cs b/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/RatingEntry.cs
index 144738f..b0a56bf 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/RatingEntry.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/RatingEntry.cs
@@ -38,6 +38,10 @@ namespace Banshee.Gui.TrackEditor
AlwaysShowEmptyStars = true;
}
+ protected RatingEntry (IntPtr raw) : base (raw)
+ {
+ }
+
public void SetAsReadOnly ()
{
Sensitive = false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]