never move roster window outside of screen. Fixes #5646
This commit is contained in:
		
							parent
							
								
									ce039ff2eb
								
							
						
					
					
						commit
						31d1d35b17
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -384,7 +384,8 @@ class StatusIcon: | |||
|             else: | ||||
|                 if not win.get_property('visible'): | ||||
|                     win.show_all() | ||||
|                     win.move(gajim.config.get('roster_x-position'), | ||||
|                     gtkgui_helpers.move_window(win, | ||||
|                         gajim.config.get('roster_x-position'), | ||||
|                         gajim.config.get('roster_y-position')) | ||||
|                 if not gajim.config.get('roster_window_skip_taskbar'): | ||||
|                     win.set_property('skip-taskbar-hint', False) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue