Allow only numeric values in spin buttons. Fixes #138654.
2004-06-26 Muktha <muktha.narayan@wipro.com> * gnome-network-preferences.glade: Allow only numeric values in spin buttons. Fixes #138654.
This commit is contained in:
parent
7d62ce0419
commit
17606cbd44
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-06-26 Muktha <muktha.narayan@wipro.com>
|
||||
|
||||
* gnome-network-preferences.glade: Allow only numeric values in
|
||||
spin buttons. Fixes #138654.
|
||||
|
||||
2004-06-21 David Sedeño <david@alderia.com>
|
||||
|
||||
* gnome-network-preferences.glade: Change mnemonic for Username.
|
||||
|
|
|
@ -437,7 +437,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="climb_rate">1</property>
|
||||
<property name="digits">0</property>
|
||||
<property name="numeric">False</property>
|
||||
<property name="numeric">True</property>
|
||||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
|
@ -461,7 +461,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="climb_rate">1</property>
|
||||
<property name="digits">0</property>
|
||||
<property name="numeric">False</property>
|
||||
<property name="numeric">True</property>
|
||||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
|
@ -485,7 +485,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="climb_rate">1</property>
|
||||
<property name="digits">0</property>
|
||||
<property name="numeric">False</property>
|
||||
<property name="numeric">True</property>
|
||||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
|
@ -509,7 +509,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="climb_rate">1</property>
|
||||
<property name="digits">0</property>
|
||||
<property name="numeric">False</property>
|
||||
<property name="numeric">True</property>
|
||||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue