Gio.ListStore.Append now results in "System.NotSupportedException" #1560
Unanswered
PlatinumLucario
asked this question in
Q&A
Replies: 1 comment 4 replies
|
Could you provide a minimal sample? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As I was testing my code in the new GirCore format, ListStore.Append no longer works like it used to. (Also, GitHub won't let me add attachments such as screenshots to discussions anymore, and I'm not sure why)
It now comes up with this when it gets to line 417 in PlaylistSelector:
Is there anything I need to change to make it work?
Also, I've noticed that the debugger now takes longer to begin the building process in GirCore 0.8.0, is this normal? Didn't used to have this delay in the earlier version.
All reactions