AccountsWindow: Fix back button
This commit is contained in:
		
							parent
							
								
									1b5272c854
								
							
						
					
					
						commit
						108b087858
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -82,6 +82,10 @@ class AccountsWindow(Gtk.ApplicationWindow):
 | 
			
		|||
        app.ged.register_event_handler(
 | 
			
		||||
            'our-show', ged.GUI2, self._nec_our_status)
 | 
			
		||||
 | 
			
		||||
    @property
 | 
			
		||||
    def stack(self):
 | 
			
		||||
        return self._ui.stack
 | 
			
		||||
 | 
			
		||||
    def _nec_our_status(self, event):
 | 
			
		||||
        self.update_accounts()
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue