diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-27 19:47:44 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-27 19:47:44 +0100 |
| commit | 9fab3e0069ee2f9b05084787ce114a67ae65c13f (patch) | |
| tree | a1d3680ffb37fac0550959de618d1640428eaf8c /SoftwareProperties/utils.py | |
| parent | eadf5eaff85bec1548298ce14874cac070f44454 (diff) | |
| parent | 67389517a2f4c58ee03b3ba6ee540df4f8f073f7 (diff) | |
| download | python-apt-9fab3e0069ee2f9b05084787ce114a67ae65c13f.tar.gz | |
* merged with main
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, |
