diff options
| author | glatzor@ubuntu.com <> | 2006-07-21 22:53:55 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-07-21 22:53:55 +0200 |
| commit | faa8e24031b9dfb788aa51e50770b7f572f18e9d (patch) | |
| tree | 2e5bff62c8f6f948c6e4b6efb61fdf72ec65d8d4 /data | |
| parent | 14d80b531b3b1d7e2f13003c9d04cf428b6df1b7 (diff) | |
| download | python-apt-faa8e24031b9dfb788aa51e50770b7f572f18e9d.tar.gz | |
* Moved the Distribution class to aptsources
* Added a command line option: --enable-component
* Added a handler for the toggled popcon checkbutton
Diffstat (limited to 'data')
| -rw-r--r-- | data/SoftwareProperties.glade | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/SoftwareProperties.glade b/data/SoftwareProperties.glade index 9c63fd52..08ffd743 100644 --- a/data/SoftwareProperties.glade +++ b/data/SoftwareProperties.glade @@ -1052,7 +1052,7 @@ <property name="border_width">12</property> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">6</property> + <property name="spacing">12</property> <child> <widget class="GtkLabel" id="label20"> @@ -1085,13 +1085,14 @@ The results are used to improve the support for popular applications and to rank <widget class="GtkCheckButton" id="checkbutton_popcon"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Submit statistical information to Ubuntu</property> + <property name="label" translatable="yes">Submit statistical information</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> <property name="active">False</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> + <signal name="toggled" handler="on_checkbutton_popcon_toggled" last_modification_time="Fri, 21 Jul 2006 17:13:17 GMT"/> </widget> <packing> <property name="padding">0</property> |
