printing: Fix initial page range radio group
authorMatthias Clasen <mclasen@redhat.com>
Sat, 28 Mar 2020 19:21:11 +0000 (15:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 28 Mar 2020 19:36:15 +0000 (15:36 -0400)
Only set one radio button as active in the ui file.
Otherwise we end up with multiple options appearing
as selected initially.

gtk/ui/gtkprintunixdialog.ui

index b7695de8fe29caba1a9c274686d253bc4563f222..35f2589583ea439943bab4bf60a1db8b36213086 100644 (file)
                                         <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>
                                         <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>
                                         <property name="tooltip-text" translatable="yes">Specify one or more page ranges,
  e.g. 1–3, 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>