[hyena/gtk3: 3/13] More API usage fixage
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena/gtk3: 3/13] More API usage fixage
- Date: Thu, 28 Apr 2011 16:58:26 +0000 (UTC)
commit d6efe72ef740951d09d6686bc26ba6ef78da11fb
Author: Andrés G. Aragoneses <knocte gmail com>
Date: Thu Apr 21 15:15:12 2011 +0200
More API usage fixage
This change was a leftover from previous commit (not sure
why wasn't it included really).
Hyena.Gui/Hyena.Widgets/RatingEntry.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Hyena.Gui/Hyena.Widgets/RatingEntry.cs b/Hyena.Gui/Hyena.Widgets/RatingEntry.cs
index 06cb3d7..e04657f 100644
--- a/Hyena.Gui/Hyena.Widgets/RatingEntry.cs
+++ b/Hyena.Gui/Hyena.Widgets/RatingEntry.cs
@@ -161,7 +161,7 @@ namespace Hyena.Widgets
attributes.Y = Allocation.Y;
attributes.Width = Allocation.Width;
attributes.Height = Allocation.Height;
- attributes.Wclass = Gdk.WindowWindowClass.InputOnly;
+ attributes.Wclass = Gdk.WindowWindowClass.Only;
attributes.EventMask = (int)(
Gdk.EventMask.PointerMotionMask |
Gdk.EventMask.EnterNotifyMask |
@@ -204,7 +204,7 @@ namespace Hyena.Widgets
protected override void OnUnmapped ()
{
- WidgetFlags &= ~WidgetFlags.Mapped;
+ IsMapped = false;
event_window.Hide ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]