Skip to content

Commit

Permalink
Fix documentation code snippet for filterview (#649)
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 b1e2d5e
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 b1e2d5e

Please sign in to comment.