From 97a21a72b7ae7e0cd0bba858655ae9110e96644d Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 27 Feb 2006 12:18:02 +0100 Subject: * 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 --- SoftwareProperties/utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SoftwareProperties/utils.py') 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 = "%s" % primary dialog = gtk.MessageDialog(parent,gtk.DIALOG_MODAL, -- cgit v1.2.3