[hyena] [Hyena.Gui] Change SmoothScrolledWindow parent class
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena] [Hyena.Gui] Change SmoothScrolledWindow parent class
- Date: Sun, 14 Nov 2010 20:28:15 +0000 (UTC)
commit 82cedf26d03ec26d33f12e5c297acb8cf8bee10a
Author: Gabriel Burt <gabriel burt gmail com>
Date: Sun Nov 14 14:26:29 2010 -0600
[Hyena.Gui] Change SmoothScrolledWindow parent class
Inherit from our ScrolledWindow instead directly from Gtk's.
Hyena.Gui/Hyena.Widgets/SmoothScrolledWindow.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Hyena.Gui/Hyena.Widgets/SmoothScrolledWindow.cs b/Hyena.Gui/Hyena.Widgets/SmoothScrolledWindow.cs
index 9b0ed79..fae261a 100644
--- a/Hyena.Gui/Hyena.Widgets/SmoothScrolledWindow.cs
+++ b/Hyena.Gui/Hyena.Widgets/SmoothScrolledWindow.cs
@@ -29,7 +29,7 @@ using Hyena.Gui.Theatrics;
namespace Hyena.Widgets
{
- public class SmoothScrolledWindow : Gtk.ScrolledWindow
+ public class SmoothScrolledWindow : Hyena.Widgets.ScrolledWindow
{
private bool ignore_value_changed;
private uint timeout;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]