On Wed, Nov 6, 2013 at 12:41 AM, Viktor Ransmayr
<[email protected]>wrote:


> 
> What happens if you change @button make-sphinx from::
>
>>
>>     c.save()
>>
>> to::
>>
>>     if c.isChanged():
>>         c.save()
>>
>> Does this help at all?
>>
>
> This fix resolved the issue.
>

Hmm.  So it seems another way to fix the problem is to do:

    bzr revert leo/doc/LeoDocs.leo

when presented with the bzr conflict.  What do you think?

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to