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

Commit

Permalink
Merge pull request #163 from EPashkin/pending
Browse files Browse the repository at this point in the history
Disable spinner in glade file, to make starting it in code meaningful
  • Loading branch information
GuillaumeGomez authored Apr 6, 2018
2 parents 1840fa2 + 23170d4 commit cd7a063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/gtktest.glade
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ audio-volume-medium</property>
<object class="GtkSpinner" id="spinner">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="active">True</property>
<property name="active">False</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down

0 comments on commit cd7a063

Please sign in to comment.