gui/idle: Rename widget to "progress_bar"

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
This commit is contained in:
Anna Schumaker 2016-08-20 09:03:35 -04:00
parent 3383f9e32a
commit 453f176d63
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ void gui_idle_disable();
/* Called to get a pointer to the idle progress bar. */
static inline GtkProgressBar *gui_progress_bar()
{
return GTK_PROGRESS_BAR(gui_builder_widget("o_idle_progress"));
return GTK_PROGRESS_BAR(gui_builder_widget("progress_bar"));
}
#endif /* OCARINA_GUI_IDLE_H */

View File

@ -1062,7 +1062,7 @@ audio-volume-medium</property>
</packing>
</child>
<child>
<object class="GtkProgressBar" id="o_idle_progress">
<object class="GtkProgressBar" id="progress_bar">
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">0%</property>
<property name="valign">center</property>