Hi, Looks good to me, Regards, Hans On 08/14/2009 04:00 PM, Chris Lumens wrote:
--- iw/blpasswidget.py | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/iw/blpasswidget.py b/iw/blpasswidget.py index e9f7a89..d1a72a8 100644 --- a/iw/blpasswidget.py +++ b/iw/blpasswidget.py @@ -39,13 +39,10 @@ class BootloaderPasswordWidget: self.password = None vbox = gtk.VBox(False, 6) - - t = gtk.Tooltips() - t.enable() # password widgets + callback self.usePassCb = gtk.CheckButton(_("_Use a boot loader password")) - t.set_tip(self.usePassCb, _("A boot loader password prevents users from changing kernel options, increasing security.")) + self.usePassCb.set_tooltip_text(_("A boot loader password prevents users from changing kernel options, increasing security.")) self.passButton = gtk.Button("No password") if usePass: self.usePassCb.set_active(True)
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list