Show
Ignore:
Timestamp:
05/04/08 18:42:55 (4 years ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

reverted char[] to String

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/widgets/Table.d

    r213 r238  
    21172117    checkWidget(); 
    21182118    auto selection = OS.gtk_tree_view_get_selection (handle); 
    2119     char* buffer = tango.stdc.stringz.toStringz( to!(char[])(index)); 
     2119    char* buffer = tango.stdc.stringz.toStringz( to!(String)(index)); 
    21202120    auto path = OS.gtk_tree_path_new_from_string (buffer); 
    21212121    bool answer = cast(bool)OS.gtk_tree_selection_path_is_selected (selection, path);