Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in selected(selection::GtkTreeSelection) #113

Closed
tknopp opened this issue Aug 2, 2014 · 2 comments
Closed

Error in selected(selection::GtkTreeSelection) #113

tknopp opened this issue Aug 2, 2014 · 2 comments

Comments

@tknopp
Copy link
Collaborator

tknopp commented Aug 2, 2014

Still porting Julietta to the new API and got following error:

ERROR: type: convert: in typeassert, expected GtkTreeModel, got GtkListStoreLeaf
 in convert at /Users/knopp/.julia/Gtk/src/GLib/gtype.jl:283
 in selected at /Users/knopp/.julia/Gtk/src/lists.jl:440

The issue is in the convert function where a pointer is converted to GtkListStoreLeaf but an GtkTreeModel is type asserted. Any idea at which layer this has to be solved @vtjnash? Thanks

@tknopp
Copy link
Collaborator Author

tknopp commented Aug 2, 2014

ah I see that #96 is related. But the selected method worked before the API change.

@vtjnash
Copy link
Contributor

vtjnash commented Sep 27, 2014

closed by #123

@vtjnash vtjnash closed this as completed Sep 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants