Skip to content

Commit

Permalink
Bug 799179 - SLR won't allow change from "Reminder" to any other state
Browse files Browse the repository at this point in the history
This was due to a previous commit to remove empty instances. It was not
realised that the GtkTreeModel needed to be in sync with the GList of
instances as the location in the model was being used to find the
location in the GList.

To fix this, a new column 'PTR' was added to the model and populated
with instances, instance or variable depending on depth and these are
used to the required objects.
  • Loading branch information
Bob-IT committed Dec 30, 2023
1 parent 694b082 commit 1a81dff
Showing 1 changed file with 237 additions and 81 deletions.

0 comments on commit 1a81dff

Please sign in to comment.