Skip to content

Commit

Permalink
Fix action associated to the "Save As" toolbar button
Browse files Browse the repository at this point in the history
* Without an action associated, this button does nothing and is disabled
* Close #181
  • Loading branch information
jeromerobert committed Apr 15, 2020
1 parent aee80ea commit 64bdc07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/pdfarranger.ui
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,12 @@ along with PDF-Arranger. If not, see <http://www.gnu.org/licenses/>.
</packing>
</child>
<child>
<object class="GtkMenuButton" id="save_as_bar_button">
<object class="GtkButton" id="save_as_bar_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">Save As</property>
<property name="action_name">win.save-as</property>
<child>
<object class="GtkImage">
<property name="visible">True</property>
Expand Down

0 comments on commit 64bdc07

Please sign in to comment.