chiark / gitweb /
gtk/gtktree.lisp: Fixing string representations of tree paths.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 5 Feb 2008 13:33:37 +0000 (13:33 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 22 Mar 2013 00:52:55 +0000 (00:52 +0000)
  * The old ensure-tree-path returned a vector of strings, which is
    useless.  Fixed to return a vector of integers, using parse-integer.

  * Make tree-model-get-iter apply ensure-tree-path to its argument.

  * Enable ensure-tree-iter to coerce string representations of paths.


No differences found