Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-02 17:35:34 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-02 17:35:34 (GMT)
commit7191f44ff1cf9f54b660ece8f98827f80a539ab1 (patch)
tree4efa8972c3acfb7f3943ee50a521359c7eac595c /shell
parentfdc97518f7921e1194ddd4b559d3a8bb737ad1d9 (diff)
Add tooltips to the mesh icon in the mesh view.
Diffstat (limited to 'shell')
-rw-r--r--shell/view/home/MeshBox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/home/MeshBox.py b/shell/view/home/MeshBox.py
index 7467c34..166c08f 100644
--- a/shell/view/home/MeshBox.py
+++ b/shell/view/home/MeshBox.py
@@ -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()