Andres,

In attach my patch.

Tks

On Tue, Jun 30, 2009 at 12:12 AM, Eduardo Jorge <serrano.ne...@gmail.com>wrote:

> Hi Adam, and all :)
>
> I made a little modification and i will think this bug as fixed.
>
> Andres, do you like I send the code here? or a simple patch?
>
> w3af project have a coding style document?
>
> Tks.
>
>
> On Mon, Jun 29, 2009 at 12:04 PM, Adam Baldwin <
> adam_bald...@ngenuity-is.com> wrote:
>
>> Andres,
>>
>> I did what you asked in the bug notes. However I had done that
>> previously (simply removed my entire ~/.w3af dir and the issue that I'm
>> seeing is different.
>>
>> When I start up the application whatever the initial profile is (it
>> doesn't have to be the OWASP_TOP10 profile) does not load the state and
>> the "active" column checkboxes are not selected until the profile is
>> deselected and selected again.
>>
>> -Adam
>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> W3af-develop mailing list
>> W3af-develop@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/w3af-develop
>>
>
>
>
> --
> |_|0|_|   Serrano Neves - a.k.a eth0
> |_|_|0|   http://webappsecurity.wordpress.com
> |0|0|0|   "Talk is cheap. Show me the code." - Linus Torvalds
>



-- 
|_|0|_|   Serrano Neves - a.k.a eth0
|_|_|0|   http://webappsecurity.wordpress.com
|0|0|0|   "Talk is cheap. Show me the code." - Linus Torvalds
Index: core/ui/gtkUi/profiles.py
===================================================================
--- core/ui/gtkUi/profiles.py	(revision 2925)
+++ core/ui/gtkUi/profiles.py	(working copy)
@@ -125,6 +125,7 @@
         self.selectedProfile = None
         if selected is None:
             self.set_cursor(0)
+            self._useProfile()
         else:
             for i, (nom, desc, prfid, changed, perm) in enumerate(liststore):
                 if selected == self.profile_instances[ prfid ].get_profile_file() or\
------------------------------------------------------------------------------
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to