The refresh button in the toolbar reloads the currently active workflow module.

This commit is contained in:
2006-04-25 10:46:06 +00:00
parent 9d7a5ba769
commit 16820cf29e
2 changed files with 26 additions and 1 deletions

View File

@@ -299,6 +299,21 @@
<property name="homogeneous">True</property>
</packing>
</child>
<child>
<widget class="GtkToolButton" id="workflow_refresh">
<property name="visible">True</property>
<property name="stock_id">gtk-refresh</property>
<property name="visible_horizontal">True</property>
<property name="visible_vertical">True</property>
<property name="is_important">False</property>
<signal name="clicked" handler="on_workflow_refresh_clicked" last_modification_time="Tue, 25 Apr 2006 10:13:36 GMT"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="homogeneous">True</property>
</packing>
</child>
</widget>
</child>
</widget>