Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Disable spinner in glade file, to make starting it in code meaningful #163

Merged
merged 1 commit into from
Apr 6, 2018

Conversation

EPashkin
Copy link
Member

@EPashkin EPashkin commented Apr 6, 2018

Fix double activating found thanks to #162

We already have activating in code:

let spinner: Spinner = builder.get_object("spinner").expect("Couldn't get spinner");
spinner.start();

cc @GuillaumeGomez

@EPashkin EPashkin changed the title Disable spinned in glade file, to make starting it in code meaningful Disable spinner in glade file, to make starting it in code meaningful Apr 6, 2018
@GuillaumeGomez
Copy link
Member

👍 (just waiting for CIs)

@GuillaumeGomez GuillaumeGomez merged commit cd7a063 into gtk-rs:pending Apr 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants