Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix documentation code snippet for filterview
Browse files Browse the repository at this point in the history
Age is in 2nd column
  • Loading branch information
cmey committed Jul 18, 2022
1 parent 40bacf8 commit c708028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manual/listtreeview.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ signal_connect(selection, "changed") do widget
currentIt = selected(selection)

println("Name: ", GtkTreeModel(tmFiltered)[currentIt,1],
" Age: ", GtkTreeModel(tmFiltered)[currentIt,1])
" Age: ", GtkTreeModel(tmFiltered)[currentIt,2])
end
end

Expand Down

0 comments on commit c708028

Please sign in to comment.