diff options
| author | Sebastian Heinlein <renate@hph4> | 2006-04-17 16:20:07 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <renate@hph4> | 2006-04-17 16:20:07 +0200 |
| commit | 4b4323bc297cde4d65280a0844b7977ce52a34b7 (patch) | |
| tree | 4ba61a0faf408265258d0138e98507c3cd04aeae /data | |
| parent | b06e74048b8b959e4216e79af759d0d4ad365573 (diff) | |
| download | python-apt-4b4323bc297cde4d65280a0844b7977ce52a34b7.tar.gz | |
* do not allow to create an invalid channel in the edit dialog
Diffstat (limited to 'data')
| -rw-r--r-- | data/SoftwarePropertiesDialogs.glade | 48 |
1 files changed, 26 insertions, 22 deletions
diff --git a/data/SoftwarePropertiesDialogs.glade b/data/SoftwarePropertiesDialogs.glade index afbb39b5..549a9c7c 100644 --- a/data/SoftwarePropertiesDialogs.glade +++ b/data/SoftwarePropertiesDialogs.glade @@ -590,7 +590,7 @@ The APT line contains the type, location and sections of a channel, for example </child> <child> - <widget class="GtkButton" id="button8"> + <widget class="GtkButton" id="button_edit_ok"> <property name="visible">True</property> <property name="can_default">True</property> <property name="has_default">True</property> @@ -745,6 +745,7 @@ The APT line contains the type, location and sections of a channel, for example <property name="has_frame">True</property> <property name="invisible_char">*</property> <property name="activates_default">True</property> + <signal name="changed" handler="on_entry_source_line_changed" last_modification_time="Mon, 17 Apr 2006 14:14:17 GMT"/> </widget> <packing> <property name="left_attach">1</property> @@ -756,27 +757,6 @@ The APT line contains the type, location and sections of a channel, for example </child> <child> - <widget class="GtkEntry" id="entry_dist"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="editable">True</property> - <property name="visibility">True</property> - <property name="max_length">0</property> - <property name="text" translatable="yes"></property> - <property name="has_frame">True</property> - <property name="invisible_char">*</property> - <property name="activates_default">True</property> - </widget> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">4</property> - <property name="bottom_attach">5</property> - <property name="y_options"></property> - </packing> - </child> - - <child> <widget class="GtkEntry" id="entry_comps"> <property name="visible">True</property> <property name="can_focus">True</property> @@ -787,6 +767,7 @@ The APT line contains the type, location and sections of a channel, for example <property name="has_frame">True</property> <property name="invisible_char">*</property> <property name="activates_default">True</property> + <signal name="changed" handler="on_entry_source_line_changed" last_modification_time="Mon, 17 Apr 2006 14:15:14 GMT"/> </widget> <packing> <property name="left_attach">1</property> @@ -854,6 +835,7 @@ Source</property> <property name="has_frame">True</property> <property name="invisible_char">*</property> <property name="activates_default">True</property> + <signal name="changed" handler="on_entry_source_line_changed" last_modification_time="Mon, 17 Apr 2006 14:15:19 GMT"/> </widget> <packing> <property name="left_attach">1</property> @@ -863,6 +845,28 @@ Source</property> <property name="y_options"></property> </packing> </child> + + <child> + <widget class="GtkEntry" id="entry_dist"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes"></property> + <property name="has_frame">True</property> + <property name="invisible_char">*</property> + <property name="activates_default">True</property> + <signal name="changed" handler="on_entry_source_line_changed" last_modification_time="Mon, 17 Apr 2006 14:14:17 GMT"/> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + <property name="y_options"></property> + </packing> + </child> </widget> <packing> <property name="padding">0</property> |
