Re: inseturl.C patch

1999-02-09 Thread Jean-Marc Lasgouttes
> "Joacim" == Joacim Persson <[EMAIL PROTECTED]> writes: Joacim> On Tue, 9 Feb 1999, Jean-Marc Lasgouttes wrote: Seems to do Joacim> the trick (for THAT particular bu anyway =) ...I'll just Joacim> tickle it a bit more to see if any other djinn is hiding out Joacim> in the url insets. >> So,

Re: inseturl.C patch

1999-02-09 Thread Joacim Persson
On Tue, 9 Feb 1999, Jean-Marc Lasgouttes wrote: > Joacim> Seems to do the trick (for THAT particular bu anyway =) > Joacim> ...I'll just tickle it a bit more to see if any other djinn is > Joacim> hiding out in the url insets. > > So, what was the right patch for this problem, anyway? Was it to

Re: inseturl.C patch

1999-02-09 Thread Jean-Marc Lasgouttes
> "Joacim" == Joacim Persson <[EMAIL PROTECTED]> writes: Joacim> --- inseturl.C.old Tue Feb 2 18:23:05 1999 +++ inseturl.C Tue Joacim> Feb 2 18:22:08 1999 @@ -90,6 +90,7 @@ inset-> flag = InsetUrl::URL; Joacim> else inset-> flag = InsetUrl::HTML_URL; Joacim> + current_view->re

inseturl.C patch

1999-02-02 Thread Joacim Persson
--- inseturl.C.old Tue Feb 2 18:23:05 1999 +++ inseturl.C Tue Feb 2 18:22:08 1999 @@ -90,6 +90,7 @@ inset->flag = InsetUrl::URL; else inset->flag = InsetUrl::HTML_URL; + current_view->redraw(); Up