Fix regression from 69e32a6 when setting title.
				
					
				
			This commit is contained in:
		
				
					committed by
					
						 Hiltjo Posthuma
						Hiltjo Posthuma
					
				
			
			
				
	
			
			
			
						parent
						
							8ab629031b
						
					
				
				
					commit
					e7ef3c4ce9
				
			
							
								
								
									
										2
									
								
								x.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								x.c
									
									
									
									
									
								
							| @@ -1492,7 +1492,7 @@ void | |||||||
| xsettitle(char *p) | xsettitle(char *p) | ||||||
| { | { | ||||||
| 	XTextProperty prop; | 	XTextProperty prop; | ||||||
| 	DEFAULT(p, "st"); | 	DEFAULT(p, opt_title); | ||||||
|  |  | ||||||
| 	Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle, | 	Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle, | ||||||
| 			&prop); | 			&prop); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user