chiark / gitweb /
Bug fix
authorespen <espen>
Thu, 10 May 2007 20:20:05 +0000 (20:20 +0000)
committerespen <espen>
Thu, 10 May 2007 20:20:05 +0000 (20:20 +0000)
gtk/gtktree.lisp

index d0a6129959db4bc8142b7be3451cb726c4fb06b3..5c5eebccac9ea7a90e014c2374e3842bf613e57e 100644 (file)
@@ -20,7 +20,7 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-;; $Id: gtktree.lisp,v 1.26 2007/01/07 19:56:05 espen Exp $
+;; $Id: gtktree.lisp,v 1.27 2007/05/10 20:20:05 espen Exp $
 
 
 (in-package "GTK")
@@ -635,7 +635,7 @@ (defun tree-sortable-get-sort-column (sortable)
     (values
      (if special-p
         (int-to-sort-order column)
-       (column-name sortable column))
+       (tree-model-column-name sortable column))
      order)))
 
 (defbinding (tree-sortable-set-sort-column