Skip to content
  • Bastien Nocera's avatar
    region: Fix crash when changing the language · de1b612c
    Bastien Nocera authored
    1. Load region panel
    2. Change language
    3. Go back to overview
    4. Load region panel
    5. Change language
    6. Crash
    
    As the ActUser and ActUserManager object aren't reference counted,
    we need to disconnect the signals ourselves when exiting the panel
    otherwise we'll receive the signals from the old signal connection,
    which will use the old panel object.
    de1b612c