Allow ports up to 65535 to be specified in the proxy dialog box. Fixes bug
* gnome-network-preferences.glade: Allow ports up to 65535 to be specified in the proxy dialog box. Fixes bug #108930.
This commit is contained in:
parent
e27047e4d5
commit
9cc4d5bfb1
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-08-13 Malcolm Tredinnick <malcolm@commsecure.com.au>
|
||||
|
||||
* gnome-network-preferences.glade: Allow ports up to 65535 to be
|
||||
specified in the proxy dialog box. Fixes bug #108930.
|
||||
|
||||
Tue Aug 5 17:51:13 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* capplets/display/main.c: Patch from James T. Richardson, Jr
|
||||
|
|
|
@ -441,7 +441,7 @@
|
|||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">0 0 10000 1 10 10</property>
|
||||
<property name="adjustment">0 0 65535 1 10 10</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="left_attach">3</property>
|
||||
|
@ -462,7 +462,7 @@
|
|||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">0 0 10000 1 10 10</property>
|
||||
<property name="adjustment">0 0 65535 1 10 10</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="left_attach">3</property>
|
||||
|
@ -483,7 +483,7 @@
|
|||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">0 0 10000 1 10 10</property>
|
||||
<property name="adjustment">0 0 65535 1 10 10</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="left_attach">3</property>
|
||||
|
@ -504,7 +504,7 @@
|
|||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">0 0 10000 1 10 10</property>
|
||||
<property name="adjustment">0 0 65535 1 10 10</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="left_attach">3</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue