You need to sign in or sign up before continuing.
Commit 451ca975 authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

Don't init gtk manually

It is already handled by the gtk subclass
parent 4bc2919d
......@@ -21,8 +21,6 @@ fn main() {
glib::set_application_name(&gettext("Tour"));
glib::set_prgname(Some("Tour"));
gtk::init().expect("Unable to start GTK3");
let res = gio::Resource::load(config::RESOURCES_FILE).expect("Could not load resources");
gio::resources_register(&res);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment