tab_position in GUI has been removed
This commit is contained in:
		
							parent
							
								
									f048ff494f
								
							
						
					
					
						commit
						2c016fddab
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
					@ -576,10 +576,7 @@ class PreferencesWindow:
 | 
				
			||||||
				window.load_var(jid, saved_var[jid])
 | 
									window.load_var(jid, saved_var[jid])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	def on_use_tabbed_chat_window_checkbutton_toggled(self, widget):
 | 
						def on_use_tabbed_chat_window_checkbutton_toggled(self, widget):
 | 
				
			||||||
		tabs_pos_label = self.xml.get_widget('tabs_pos_label')
 | 
							self.on_checkbutton_toggled(widget, 'usetabbedchat')
 | 
				
			||||||
		tabs_pos_combobox = self.xml.get_widget('tabs_pos_combobox')
 | 
					 | 
				
			||||||
		self.on_checkbutton_toggled(widget, 'usetabbedchat',
 | 
					 | 
				
			||||||
					[tabs_pos_label, tabs_pos_combobox])
 | 
					 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		if widget.get_active():
 | 
							if widget.get_active():
 | 
				
			||||||
			self.merge_windows('chats')
 | 
								self.merge_windows('chats')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue