[hyena/gtk3] Hyena.Gui: Various small code cosmetic fixes
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena/gtk3] Hyena.Gui: Various small code cosmetic fixes
- Date: Mon, 6 Jun 2011 19:46:44 +0000 (UTC)
commit d1a47d5810d0d7a0c24d10f0326e8438f70a7b83
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Mon Jun 6 21:43:52 2011 +0200
Hyena.Gui: Various small code cosmetic fixes
Hyena.Gui/Hyena.Gui/CairoExtensions.cs | 1 -
Hyena.Gui/Hyena.Widgets/AnimatedWidget.cs | 2 +-
Hyena.Gui/Hyena.Widgets/RatingEntry.cs | 4 ++--
3 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/Hyena.Gui/Hyena.Gui/CairoExtensions.cs b/Hyena.Gui/Hyena.Gui/CairoExtensions.cs
index 3286ab5..5f0d077 100644
--- a/Hyena.Gui/Hyena.Gui/CairoExtensions.cs
+++ b/Hyena.Gui/Hyena.Gui/CairoExtensions.cs
@@ -69,7 +69,6 @@ namespace Hyena.Gui
{
Surface surface = cr.Target.CreateSimilar (cr.Target.Content, pixbuf.Width, pixbuf.Height);
Cairo.Context surface_cr = new Context (surface);
- //Gdk.CairoHelper.SetSourcePixbuf (surface_cr, pixbuf, 0.0, 0.0);
Gdk.CairoHelper.SetSourcePixbuf (surface_cr, pixbuf, 0.0, 0.0);
surface_cr.Paint ();
((IDisposable)surface_cr).Dispose ();
diff --git a/Hyena.Gui/Hyena.Widgets/AnimatedWidget.cs b/Hyena.Gui/Hyena.Widgets/AnimatedWidget.cs
index d71fc72..7eccf59 100644
--- a/Hyena.Gui/Hyena.Widgets/AnimatedWidget.cs
+++ b/Hyena.Gui/Hyena.Widgets/AnimatedWidget.cs
@@ -1,5 +1,5 @@
//
-// AnimatedVboxActor.cs
+// AnimatedWidget.cs
//
// Authors:
// Scott Peterson <lunchtimemama gmail com>
diff --git a/Hyena.Gui/Hyena.Widgets/RatingEntry.cs b/Hyena.Gui/Hyena.Widgets/RatingEntry.cs
index d274f67..b68697d 100644
--- a/Hyena.Gui/Hyena.Widgets/RatingEntry.cs
+++ b/Hyena.Gui/Hyena.Widgets/RatingEntry.cs
@@ -409,8 +409,6 @@ namespace Hyena.Widgets
}
-#region Test Module
-
public class RatingAccessible : Atk.Object, Atk.Value, Atk.ValueImplementor
{
private RatingEntry rating;
@@ -476,6 +474,8 @@ namespace Hyena.Widgets
}
}
+#region Test Module
+
[Hyena.Gui.TestModule ("Rating Entry")]
internal class RatingEntryTestModule : Gtk.Window
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]