printing: Fix initial page range radio group

Only set one radio button as active in the ui file.
Otherwise we end up with multiple options appearing
as selected initially.
This commit is contained in:
Matthias Clasen 2020-03-28 15:21:11 -04:00
parent 3437f85aaf
commit 784d6f8d0c

View File

@ -185,7 +185,6 @@
<property name="sensitive">0</property>
<property name="can-focus">1</property>
<property name="use-underline">1</property>
<property name="active">1</property>
<property name="group">all_pages_radio</property>
<layout>
<property name="left-attach">0</property>
@ -200,7 +199,6 @@
<property name="sensitive">0</property>
<property name="can-focus">1</property>
<property name="use-underline">1</property>
<property name="active">1</property>
<property name="group">all_pages_radio</property>
<layout>
<property name="left-attach">0</property>
@ -216,7 +214,6 @@
<property name="tooltip-text" translatable="yes">Specify one or more page ranges,
e.g. 13, 7, 11</property>
<property name="use-underline">1</property>
<property name="active">1</property>
<property name="group">all_pages_radio</property>
<signal name="toggled" handler="update_page_range_entry_sensitivity" swapped="no"/>
<layout>