Skip to content
  • Niels De Graef's avatar
    ContactEditor: Don't show the "Linked Accounts" button · 60e8e80d
    Niels De Graef authored
    By executing `show_all()` on the whole ContactEditor, we show elements
    again that we explicitly set to be invisible -for example the "Linked
    Accounts" button which should not be shown for newly created contacts.
    
    We should avoid show_all() as much as possible, but to refrain from
    having large changes this late in the schedule, let's just call the
    `show_all()` on the container grid, which does not have elements that
    shouldn't be shown.
    
    Reported in #124
    60e8e80d