• Colomban Wendling's avatar
    Fix custom about dialog style overriding · 20c31b62
    Colomban Wendling yazdı
    Don't assume changing the style inside a style-set handler results in
    recursion, as it would be wrong if the next signal emission was
    triggered asynchronously.  Instead, only modify the style if it isn't
    already as we want it.
    
    This fixes the about dialog's style-set handlers on GTK 3.10 which
    didn't liked constant style updating.
    20c31b62
about.c 19.1 KB