Haha.. Okies.. :) :)<br><br>Regards,<br>Ajay<br><br><div class="gmail_quote">On Wed, May 2, 2012 at 10:55 AM, James Cameron <span dir="ltr"><<a href="mailto:quozl@laptop.org" target="_blank">quozl@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">Okay. Take care not to add any when you change all those lines of code.<br>
;-)<br>
<div class="HOEnZb"><div class="h5"><br>
On Wed, May 02, 2012 at 10:47:41AM +0530, Ajay Garg wrote:<br>
> Well.. Hmm.. So that it could mean less (leftover-half-bits) bugs to play with<br>
> :P<br>
><br>
> Regards,<br>
> Ajay<br>
><br>
> On Wed, May 2, 2012 at 10:42 AM, James Cameron <<a href="mailto:quozl@laptop.org">quozl@laptop.org</a>> wrote:<br>
><br>
> If all you wish to do is remove the mesh icons from the network<br>
> neighbourhood, why would you also want to clean up the model?<br>
><br>
> On Wed, May 02, 2012 at 10:29:45AM +0530, Ajay Garg wrote:<br>
> > Yes Chris, that certainly is an option.<br>
> > But removing the references to the device itself, would clean up both the<br>
> model<br>
> > and the view; whereas this (as I think) only removes the view.<br>
> ><br>
> > Regards,<br>
> > Ajay<br>
> ><br>
> > On Wed, May 2, 2012 at 10:18 AM, Chris Ball <<a href="mailto:cjb@laptop.org">cjb@laptop.org</a>> wrote:<br>
> ><br>
> > Hi,<br>
> ><br>
> > On Wed, May 02 2012, Ajay Garg wrote:<br>
> > > Just wish to remove the mesh-icons from Neighborhood-View.<br>
> ><br>
> > Have you considered just removing the icons directly?<br>
> ><br>
> > diff --git a/src/jarabe/desktop/meshbox.py b/src/jarabe/desktop/<br>
> 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.<br>
> > remove<br>
> > # any such normal networks if they have been created<br>
> ><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>
> ><br>
> ><br>
><br>
> --<br>
> James Cameron<br>
> <a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
><br>
><br>
<br>
--<br>
James Cameron<br>
<a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
</div></div></blockquote></div><br>