[steve-e] Add new bookmark before trying to select it. Fixes #3199.
This commit is contained in:
		
							parent
							
								
									3859de42cc
								
							
						
					
					
						commit
						0c04e296c2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2589,9 +2589,9 @@ class ManageBookmarksWindow:
 | 
			
		|||
		nick = gajim.nicks[account]
 | 
			
		||||
		iter_ = self.treestore.append(add_to, [account, _('New Group Chat'), '',
 | 
			
		||||
			False, '', nick, 'in_and_out'])
 | 
			
		||||
		self.view.set_cursor(model.get_path(iter_))
 | 
			
		||||
 | 
			
		||||
		self.view.expand_row(model.get_path(add_to), True)
 | 
			
		||||
		self.view.set_cursor(model.get_path(iter_))
 | 
			
		||||
 | 
			
		||||
	def on_remove_bookmark_button_clicked(self, widget):
 | 
			
		||||
		'''
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue