[hyena/gtk3] listview: Change Scrollable to ScrollableImplementor
- From: Olivier Dufour <dufoli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena/gtk3] listview: Change Scrollable to ScrollableImplementor
- Date: Thu, 29 Sep 2011 19:58:19 +0000 (UTC)
commit 5efb54b661583708ba1a55ce74727141dada7943
Author: Olivier Dufour <olivier duff gmail com>
Date: Thu Sep 29 21:41:22 2011 +0200
listview: Change Scrollable to ScrollableImplementor
It fix issue with GInterface property support on gtk#
.../ListView/ListView_Interaction.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs b/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
index fd4ca92..ee2cc14 100644
--- a/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
+++ b/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
@@ -40,7 +40,7 @@ using Selection = Hyena.Collections.Selection;
namespace Hyena.Data.Gui
{
- public partial class ListView<T> : ListViewBase, Scrollable
+ public partial class ListView<T> : ListViewBase, ScrollableImplementor
{
private enum KeyDirection {
Press,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]