[Sugar-devel] Wanting to know a bit of (NetworkManager) workflow upon resume-from-suspend
Chris Ball
cjb at laptop.org
Wed May 2 00:48:52 EDT 2012
Hi,
On Wed, May 02 2012, Ajay Garg wrote:
> Just wish to remove the mesh-icons from Neighborhood-View.
Have you considered just removing the icons directly?
diff --git a/src/jarabe/desktop/meshbox.py b/src/jarabe/desktop/meshbox.py
index 20dc413..0aa8c7f 100644
--- a/src/jarabe/desktop/meshbox.py
+++ b/src/jarabe/desktop/meshbox.py
@@ -635,9 +635,9 @@ class MeshBox(gtk.VBox):
def enable_olpc_mesh(self, mesh_device):
mesh_mgr = OlpcMeshManager(mesh_device)
- self._add_olpc_mesh_icon(mesh_mgr, 1)
- self._add_olpc_mesh_icon(mesh_mgr, 6)
- self._add_olpc_mesh_icon(mesh_mgr, 11)
+ #self._add_olpc_mesh_icon(mesh_mgr, 1)
+ #self._add_olpc_mesh_icon(mesh_mgr, 6)
+ #self._add_olpc_mesh_icon(mesh_mgr, 11)
# the OLPC mesh can be recognised as a "normal" wifi network. remove
# any such normal networks if they have been created
--
Chris Ball <cjb at laptop.org> <http://printf.net/>
One Laptop Per Child
More information about the Sugar-devel
mailing list