Yes Chris, that certainly is an option.<br>But removing the references to the device itself, would clean up both the model and the view; whereas this (as I think) only removes the view.<br><br>Regards,<br>Ajay<br><br><div class="gmail_quote">
On Wed, May 2, 2012 at 10:18 AM, Chris Ball <span dir="ltr"><<a href="mailto:cjb@laptop.org" target="_blank">cjb@laptop.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hi,<br>
<div class="im"><br>
On Wed, May 02 2012, Ajay Garg wrote:<br>
> Just wish to remove the mesh-icons from Neighborhood-View.<br>
<br>
</div>Have you considered just removing the icons directly?<br>
<br>
diff --git a/src/jarabe/desktop/meshbox.py b/src/jarabe/desktop/meshbox.py<br>
index 20dc413..0aa8c7f 100644<br>
--- a/src/jarabe/desktop/meshbox.py<br>
+++ b/src/jarabe/desktop/meshbox.py<br>
@@ -635,9 +635,9 @@ class MeshBox(gtk.VBox):<br>
<br>
     def enable_olpc_mesh(self, mesh_device):<br>
         mesh_mgr = OlpcMeshManager(mesh_device)<br>
-        self._add_olpc_mesh_icon(mesh_mgr, 1)<br>
-        self._add_olpc_mesh_icon(mesh_mgr, 6)<br>
-        self._add_olpc_mesh_icon(mesh_mgr, 11)<br>
+        #self._add_olpc_mesh_icon(mesh_mgr, 1)<br>
+        #self._add_olpc_mesh_icon(mesh_mgr, 6)<br>
+        #self._add_olpc_mesh_icon(mesh_mgr, 11)<br>
<br>
         # the OLPC mesh can be recognised as a "normal" wifi network. remove<br>
         # any such normal networks if they have been created<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Chris Ball   <<a href="mailto:cjb@laptop.org">cjb@laptop.org</a>>   <<a href="http://printf.net/" target="_blank">http://printf.net/</a>><br>
One Laptop Per Child<br>
</font></span></blockquote></div><br>