diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-27 12:18:02 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-27 12:18:02 +0100 |
| commit | 97a21a72b7ae7e0cd0bba858655ae9110e96644d (patch) | |
| tree | 58659b1cf98b7e372dc2b779d2445bc68501c48f /SoftwareProperties/utils.py | |
| parent | 7da55cd2547325f4bc70d9eed46994bbc23d0d86 (diff) | |
| download | python-apt-97a21a72b7ae7e0cd0bba858655ae9110e96644d.tar.gz | |
* SoftwareProperties/SoftwareProperties.py:
- moved render_source() from aptsources.py here
- if a endangered dist is added, show a revert button
* channels/Ubuntu.info.in:
- added security and updates
Diffstat (limited to 'SoftwareProperties/utils.py')
| -rw-r--r-- | SoftwareProperties/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SoftwareProperties/utils.py b/SoftwareProperties/utils.py index cf9a3343..2886507f 100644 --- a/SoftwareProperties/utils.py +++ b/SoftwareProperties/utils.py @@ -1,5 +1,7 @@ import gtk + + def dialog_error(parent, primary, secondary): p = "<span weight=\"bold\" size=\"larger\">%s</span>" % primary dialog = gtk.MessageDialog(parent,gtk.DIALOG_MODAL, |
