Latest GTK3 seems to emit notify::text when getting packed in a container, in response to layout-changed. Thus, we need not to connect handlers relying on not-yet-valid pointers. Fix that by connecting to signals after everything is properly set up. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/509 -- Commit Summary -- * commander: Fix crash on startup with latest GTK3 -- File Changes -- M commander/src/commander-plugin.c (10) -- Patch Links -- https://github.com/geany/geany-plugins/pull/509.patch https://github.com/geany/geany-plugins/pull/509.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/509
