https://bugs.freedesktop.org/show_bug.cgi?id=73618

Michael Stahl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |
                 CC|                            |[email protected],
                   |                            |[email protected]
           See Also|                            |https://bugs.freedesktop.or
                   |                            |g/show_bug.cgi?id=71527

--- Comment #12 from Michael Stahl <[email protected]> ---
so bisecting manually with the fix for the crasher bug 71527
maually applied gives:

regression from:

commit 3af99e4d59d89c343965a928681a30f36b1007d2
Author:     Noel Grandin <[email protected]>
AuthorDate: Tue Nov 19 15:58:58 2013 +0200

    convert equalsAsciiL calls to startsWith calls

    Convert code like:
        aStr.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ActiveConnection" ) )
    to
        aStr.startsWith( "ActiveConnection" )
    which compiles down to the same machine code.

actually this commit lets the active slide disappear after clicking Next.

there is a pre-existing other bug here that leaves most of the presenter
screen missing (black) but that has been introduced earlier and fixed
since then, while the "active slide" bug is still there.

now it turns out that Stephan has already reverted the above commit
for other reasons just 4 hours ago, but he clearly failed to document
that that fixes this bug too.

fixed on master by commit a3f32769fc4bb23c64168b412dd10ec769a3854d

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to