diff options
| author | glatzor@ubuntu.com <> | 2006-06-29 12:58:59 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-06-29 12:58:59 +0200 |
| commit | 71424532c392df4612e170fb6a4737db3622c0b1 (patch) | |
| tree | ef027201d1a11347252225a75aa8e77f926ef32b /data | |
| parent | 9d01fe4b4e6c370f76e83f500554cd7dd0512093 (diff) | |
| download | python-apt-71424532c392df4612e170fb6a4737db3622c0b1.tar.gz | |
* use a Distribution class to store distribution related information
* main work on identifing the distribution repositories
* show enabled comps and enabled updates
* rename dialog to "software sources"
* a lot of smaller stuff
Diffstat (limited to 'data')
| -rw-r--r-- | data/SoftwareProperties.glade | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/data/SoftwareProperties.glade b/data/SoftwareProperties.glade index ac81bd1b..8f747689 100644 --- a/data/SoftwareProperties.glade +++ b/data/SoftwareProperties.glade @@ -7,7 +7,7 @@ <property name="border_width">6</property> <property name="width_request">620</property> <property name="height_request">400</property> - <property name="title" translatable="yes">Software Repositories</property> + <property name="title" translatable="yes">Software Sources</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_CENTER</property> <property name="modal">False</property> @@ -66,13 +66,30 @@ <property name="right_padding">0</property> <child> - <widget class="GtkVBox" id="vbox_dist_comps"> + <widget class="GtkVBox" id="vbox10"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">6</property> <child> - <placeholder/> + <widget class="GtkVBox" id="vbox_dist_comps"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <placeholder/> + </child> + + <child> + <placeholder/> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> </child> <child> |
