Set the visibility and focus of Custom radio button in Sound note book

2002-12-10  Rajkumar Sivasamy <rajkumar.siva@wipro.com>

        * gnome-keyboard-properties.glade: Set the visibility and focus
          of Custom radio button in Sound note book page to false.
          Fixes bug 99793
This commit is contained in:
Rajkumar Sivasamy 2002-12-13 05:06:34 +00:00 committed by Rajkumar Sivasamy
parent a9a5600915
commit bd49cf3a0f
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2002-12-10 Rajkumar Sivasamy <rajkumar.siva@wipro.com>
* gnome-keyboard-properties.glade: Set the visibility and focus
of Custom radio button in Sound note book page to false.
Fixes bug 99793
2002-11-23 Jody Goldberg <jody@gnome.org>
* Release 2.1.3

View file

@ -1011,8 +1011,8 @@
<child>
<widget class="GtkRadioButton" id="bell_custom_radio">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="visible">False</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">C_ustom:</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>