gtk-rs / gtk3-rs

Rust bindings for GTK 3
https://gtk-rs.org
MIT License
508 stars 90 forks source link

gtk: Set gtk-rs as initialized after the original `GtkApplication::st… #723

Closed sdroege closed 2 years ago

sdroege commented 2 years ago

…artup` has returned

Fixes https://github.com/gtk-rs/gtk3-rs/issues/716


That old code could've never worked and would cause every application subclass to immediately panic.

sdroege commented 2 years ago

Regression introduced in cb53101568b1