changeset 198:e2846bbf2256

merge
author Frank Benoit <benoit@tionex.de>
date Thu, 06 Mar 2008 21:24:47 +0100
parents 91610024165a (current diff) ed84552892d2 (diff)
children a5adab24940b
files
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/widgets/Link.d	Thu Mar 06 21:24:06 2008 +0100
+++ b/dwt/widgets/Link.d	Thu Mar 06 21:24:47 2008 +0100
@@ -40,7 +40,7 @@
 import dwt.widgets.TypedListener;
 import dwt.widgets.Event;
 
-import tango.text.Text;
+static import tango.text.Text;
 import tango.text.Unicode;
 
 alias tango.text.Text.Text!(char) Text8;
--- a/dwt/widgets/List.d	Thu Mar 06 21:24:06 2008 +0100
+++ b/dwt/widgets/List.d	Thu Mar 06 21:24:47 2008 +0100
@@ -676,7 +676,7 @@
             auto data = OS.g_list_nth_data (list, i);
             auto indices = OS.gtk_tree_path_get_indices (data);
             if (indices !is null) {
-                treeSelection [length] = indices [0];
+                treeSelection [len] = indices [0];
                 len++;
             }
         }