<div dir="ltr">I meant help :)<br>head could be name or long name, I should have mentioned that most of the weird code here was taken from the AdvPrefsPanel constructor, since it goes over the module the same way but without actually creating the controls..<br>





<br><div class="gmail_quote">On Wed, Jul 27, 2011 at 3:25 AM, Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org" target="_blank">jb@videolan.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">





On Wed, Jul 27, 2011 at 12:17:34AM +0300, Yuval Tze wrote :<br>
<div>> add contains function to search text in item's name, help and in the config items' text<br>
<br>
</div><div>> +/* go over the module config items and search text in psz_text<br>
> + * also search the module name and head */<br>
<br>
</div>head? You mean longname?shortname?desc?<br>
<div><br>
> +            if(  p_item->i_type == CONFIG_SUBCATEGORY &&<br>
> +                            ( ( this->i_type == TYPE_SUBCATEGORY &&<br>
> +                              p_item->value.i == this->i_object_id ) ||<br>
> +                            ( this->i_type == TYPE_CATSUBCAT &&<br>
> +                              p_item->value.i == this->i_subcat_id ) ) )<br>
<br>
</div>Weird parenthesis placement or indentation.<br>
<br>
Else, ok.<br>
<br>
Best Regards,<br>
<font color="#888888"><br>
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" target="_blank">http://www.jbkempf.com/</a> - +33 672 704 734<br>
Sent from my Electronic Device<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></blockquote></div><br></div>