mirror of
https://github.com/gryf/wicd.git
synced 2026-02-19 00:15:47 +01:00
Information dialog now uses real labels instead of grey labels
This commit is contained in:
@@ -774,11 +774,11 @@ class WirelessNetworkEntry(NetworkEntry):
|
|||||||
"essid"))
|
"essid"))
|
||||||
print "ESSID : " + self.essid
|
print "ESSID : " + self.essid
|
||||||
# Make the combo box.
|
# Make the combo box.
|
||||||
self.lbl_strength = GreyLabel()
|
self.lbl_strength = gtk.Label()
|
||||||
self.lbl_encryption = GreyLabel()
|
self.lbl_encryption = gtk.Label()
|
||||||
self.lbl_mac = GreyLabel()
|
self.lbl_mac = gtk.Label()
|
||||||
self.lbl_channel = GreyLabel()
|
self.lbl_channel = gtk.Label()
|
||||||
self.lbl_mode = GreyLabel()
|
self.lbl_mode = gtk.Label()
|
||||||
self.hbox_status = gtk.HBox(False, 5)
|
self.hbox_status = gtk.HBox(False, 5)
|
||||||
self.chkbox_autoconnect = gtk.CheckButton(language['automatic_connect'])
|
self.chkbox_autoconnect = gtk.CheckButton(language['automatic_connect'])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user