[hyena/gtk3] gtk3: RoundedFrame must implement Scrollable interface



commit a99b2e498ed102f2258f3de61f5a31089d5a6dff
Author: Olivier Dufour <olivier duff gmail com>
Date:   Mon Nov 21 21:43:45 2011 +0100

    gtk3: RoundedFrame must implement Scrollable interface

 Hyena.Gui/Hyena.Widgets/RoundedFrame.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Hyena.Gui/Hyena.Widgets/RoundedFrame.cs b/Hyena.Gui/Hyena.Widgets/RoundedFrame.cs
index d8fe215..bd45f13 100644
--- a/Hyena.Gui/Hyena.Widgets/RoundedFrame.cs
+++ b/Hyena.Gui/Hyena.Widgets/RoundedFrame.cs
@@ -36,7 +36,7 @@ using Hyena.Gui.Theming;
 
 namespace Hyena.Widgets
 {
-    public class RoundedFrame : Bin, Gtk.Scrollable
+    public class RoundedFrame : Bin, Gtk.ScrollableImplementor
     {
         private Theme theme;
         protected Theme Theme {



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