Skip to content
  • Olivier SOLDANO's avatar
    Fix first wizard hangup · 2100f1c4
    Olivier SOLDANO authored and Andreas Traczyk's avatar Andreas Traczyk committed
    
    
    when closing the first wizard without creating an account
    was resulting in a hang up of the application.
    this was due to a exit(0) called in the middle of nowhere.
    This patch revises a bit the architecture to allow the information to
    reach the main and close the app correctly. (passing by return values
    because signals do not work without objects).
    
    Change-Id: I8d4b1bcdcf2646342fd7015509ef7773ca4b09d1
    Reviewed-by: default avatarAndreas Traczyk <andreas.traczyk@savoirfairelinux.com>
    2100f1c4