Hi Aaron,

On 07/11/2014 05:16 AM, Aaron McCarthy wrote:
> The AutoConnect property is always reported as false if Favorite is
> false. Emit property changed for AutoConnect when Favorite changes.

Unfortantly, I can't apply it:

Applying: service: Changes to favorite property also affect the
autoconnect property.
fatal: corrupt patch at line 10
Patch failed at 0001 service: Changes to favorite property also affect
the autoconnect property.
The copy of the patch that failed is found in:
   /home/wagi/connman/connman-upstream/.git/rebase-apply/patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


Not sure what's wrong, maybe you need to rebase it to the current head.

cheers,
daniel

> ---
>  src/service.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/src/service.c b/src/service.c
> index b0a4eeb..370327b 100644
> --- a/src/service.c
> +++ b/src/service.c
> @@ -4918,6 +4918,9 @@ int __connman_service_set_favorite_delayed(struct 
> connman_service *service,
>  
>       favorite_changed(service);
>  
> +     if (service->autoconnect)
> +             autoconnect_changed(service);
> +
>       if (!delay_ordering) {
>  
>               service_list_sort();
> 

_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman

Reply via email to