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:
parent
a9a5600915
commit
bd49cf3a0f
2 changed files with 8 additions and 2 deletions
|
@ -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>
|
2002-11-23 Jody Goldberg <jody@gnome.org>
|
||||||
|
|
||||||
* Release 2.1.3
|
* Release 2.1.3
|
||||||
|
|
|
@ -1011,8 +1011,8 @@
|
||||||
|
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkRadioButton" id="bell_custom_radio">
|
<widget class="GtkRadioButton" id="bell_custom_radio">
|
||||||
<property name="visible">True</property>
|
<property name="visible">False</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="label" translatable="yes">C_ustom:</property>
|
<property name="label" translatable="yes">C_ustom:</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue