Add tooltips to the mesh icon in the mesh view.

This commit is contained in:
Tomeu Vizoso 2007-07-02 19:35:34 +02:00
parent fdc97518f7
commit 7191f44ff1

View File

@ -122,7 +122,7 @@ class MeshDeviceView(PulsingIcon):
PulsingIcon.__init__(self, scale=units.MEDIUM_ICON_SCALE,
icon_name=_MESH_ICON_NAME)
self._nm_device = nm_device
self.props.tooltip = _("Mesh Network")
self.set_tooltip(_("Mesh Network"))
mycolor = profile.get_color()
self._device_fill = mycolor.get_fill_color()