Ticket #34 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

TreeView.getSelectedIter always returns an Iter even if there's no selection

Reported by: potyl Assigned to: Mike Wey
Priority: minor Milestone: Pre-release 9
Component: gtkd - classes Version: TRUNK
Keywords: Cc:

Description

The method TreeView?.getSelectedIter is supposed to return null if there's no selection in the TreeView?, but the current implementation always returns a TreeIter? even if there's no selection.

Attachments

TreeView.d.patch (492 bytes) - added by potyl on 05/01/08 09:30:00.
Patch that returns null when there's no selection

Change History

05/01/08 09:30:00 changed by potyl

  • attachment TreeView.d.patch added.

Patch that returns null when there's no selection

05/01/08 11:10:29 changed by Mike Wey

  • status changed from new to assigned.
  • component changed from Addon - gda to gtkd - classes.
  • priority changed from major to minor.
  • version changed from Pre-release 7 to TRUNK.
  • milestone set to Pre-release 9.
  • owner changed from JJR to Mike Wey.

05/01/08 16:21:28 changed by Mike Wey

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in svn r500.