From 46798c4115dcfea02114a53cb2461f7aaf155390 Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Sun, 10 May 2009 22:03:52 +0800 Subject: [PATCH] Removed italicized text from the GTK GUI --- wicd/guiutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wicd/guiutil.py b/wicd/guiutil.py index 454f37d..cee52ed 100644 --- a/wicd/guiutil.py +++ b/wicd/guiutil.py @@ -146,5 +146,5 @@ class GreyLabel(gtk.Label): gtk.Label.__init__(self) def set_label(self, text): - self.set_markup("" + text + "") + self.set_markup("" + text + "") self.set_alignment(0, 0)