Martin Vermeer wrote:

> On Fri, May 13, 2005 at 09:48:45PM +0200, Alfredo Braunstein wrote:
>> Martin Vermeer wrote:
>> 
>> >                  // real_current_font.number can change so we need to
>> >                  // update the minibuffer
>> >                  if (old_font != real_current_font)
>> > -                bv->updateScrollbar();
>> > +                        bv->updateScrollbar();
>> >                  break;
>> >          }
>> > 
>> 
>> Btw it seems that the last +- correction chunk is not an error in
>> tabulation, rather that the block inside the if above was inadvertently
>> deleted.
>  
> There was no block. The diff of versions 2.32 - 2.31 looks like

This is what I meant.
 
> @@ -1229,7 +1221,6 @@
>                 // real_current_font.number can change so we need to
>                 // update the minibuffer
>                 if (old_font != real_current_font)
> -                       bv->owner()->view_state_changed();
>                 bv->updateScrollbar();
>                 break;
>         }
> 
> and Andre deleted lots of other  bv->owner()->view_state_changed();
> in that same patch.
>
> I suspect the if should go. Andre should know.

That's my suspicion.

Alfredo


Reply via email to