~mati75/spacefm/next

Viewing all changes in revision 1117.

  • Committer: IgnorantGuru
  • Date: 2018-02-08 15:04:19 UTC
  • Revision ID: git-v1:3852950f621fd0fe9a0bb31db2dbdb451500818c
fix segfault on drag to reorder bookmarks

Auto DND handler for reordering bookmarks uses row-inserted, row-deleted
events. GTK docs say to use row-deleted event to update data (bookmarks list)
but code there caused a crash because auto DND handler is not yet done with
the list store?  So this commit moves update of the list to event drag-end.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: