diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-27 19:53:38 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-27 19:53:38 +0100 |
| commit | 730361dc8fc29ee9d5046e5185361658283bccd8 (patch) | |
| tree | dc7b30b5376f298434fbfaacf4a48e22cf68e120 /SoftwareProperties/utils.py | |
| parent | 9fab3e0069ee2f9b05084787ce114a67ae65c13f (diff) | |
| download | python-apt-730361dc8fc29ee9d5046e5185361658283bccd8.tar.gz | |
* revert the SoftwareProperty changes for now until the new stuff is ready
Diffstat (limited to 'SoftwareProperties/utils.py')
| -rw-r--r-- | SoftwareProperties/utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/SoftwareProperties/utils.py b/SoftwareProperties/utils.py index 2886507f..cf9a3343 100644 --- a/SoftwareProperties/utils.py +++ b/SoftwareProperties/utils.py @@ -1,7 +1,5 @@ import gtk - - def dialog_error(parent, primary, secondary): p = "<span weight=\"bold\" size=\"larger\">%s</span>" % primary dialog = gtk.MessageDialog(parent,gtk.DIALOG_MODAL, |
