On Sun, Jun 10, 2007 at 09:31:19AM +0200, Jürgen Spitzmüller wrote:
> The attached patch fixes it for Bennett and me. Martin cannot remeber why he 
> put the removed test there in the first place, but I didn't find any 
> drawbacks.
> 
> OK?
> 
> Jürgen

Did you try save/reload to see if only branch insets for
the selected branch(es) are open? (vague recollection)

- Martin


> Index: src/insets/InsetBranch.cpp
> ===================================================================
> --- src/insets/InsetBranch.cpp        (Revision 18720)
> +++ src/insets/InsetBranch.cpp        (Arbeitskopie)
> @@ -152,7 +152,7 @@
>  
>  
>       case LFUN_INSET_TOGGLE:
> -             if (cmd.argument() == "assign" || cmd.argument().empty()) {
> +             if (cmd.argument() == "assign") {
>                       // The branch inset uses "assign".
>                       if (isBranchSelected(cur.buffer())) {
>                               if (status() != Open)
> 

Reply via email to