Changeset 196:ed84552892d2
- Timestamp:
- 03/05/08 19:57:05
(6 months ago)
- Author:
- Jesse Phillips <Jesse.K.Phillips+D@gmail.com>
- branch:
- default
- Message:
fixed ArrayBoundsException? in List.d
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r181 |
r196 |
|
| 41 | 41 | import dwt.widgets.Event; |
|---|
| 42 | 42 | |
|---|
| 43 | | import tango.text.Text; |
|---|
| | 43 | static import tango.text.Text; |
|---|
| 44 | 44 | import tango.text.Unicode; |
|---|
| 45 | 45 | |
|---|
| r158 |
r196 |
|
| 677 | 677 | auto indices = OS.gtk_tree_path_get_indices (data); |
|---|
| 678 | 678 | if (indices !is null) { |
|---|
| 679 | | treeSelection [length] = indices [0]; |
|---|
| | 679 | treeSelection [len] = indices [0]; |
|---|
| 680 | 680 | len++; |
|---|
| 681 | 681 | } |
|---|