[hyena/gtk3] RatingEntry: Fix small code formatting issue



commit 041127f22a6d9ee52f42245283f6505b693dcf97
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Mon Jul 4 20:46:18 2011 +0200

    RatingEntry: Fix small code formatting issue

 Hyena.Gui/Hyena.Widgets/RatingEntry.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/Hyena.Gui/Hyena.Widgets/RatingEntry.cs b/Hyena.Gui/Hyena.Widgets/RatingEntry.cs
index b68697d..f78b9f0 100644
--- a/Hyena.Gui/Hyena.Widgets/RatingEntry.cs
+++ b/Hyena.Gui/Hyena.Widgets/RatingEntry.cs
@@ -252,7 +252,6 @@ namespace Hyena.Widgets
             metrics.Dispose ();
 
             if (HasFrame) {
-				this.
                 renderer.Xpad = MarginLeft + (interior_focus ? focus_width : 0) + 2;
                 renderer.Ypad = MarginTop + (interior_focus ? focus_width : 0) + 2;
             } else {



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