gtk-spell-check icon is not available under windows
This commit is contained in:
		
							parent
							
								
									74f150a1c3
								
							
						
					
					
						commit
						79d52abb0e
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		
							
								
								
									
										
											BIN
										
									
								
								icons/hicolor/16x16/actions/gajim-message_corrected.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								icons/hicolor/16x16/actions/gajim-message_corrected.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 873 B | 
|  | @ -173,7 +173,12 @@ class ConversationTextview(GObject.GObject): | |||
|             ) | ||||
|     ) | ||||
| 
 | ||||
|     MESSAGE_CORRECTED_PIXBUF = gtkgui_helpers.get_icon_pixmap('gtk-spell-check') | ||||
|     MESSAGE_CORRECTED_PIXBUF = gtkgui_helpers.get_icon_pixmap('gtk-spell-check', | ||||
|         quiet=True) | ||||
|     if not MESSAGE_CORRECTED_PIXBUF: | ||||
|         MESSAGE_CORRECTED_PIXBUF = gtkgui_helpers.get_icon_pixmap( | ||||
|             'gajim-message_corrected') | ||||
| 
 | ||||
| 
 | ||||
|     # smooth scroll constants | ||||
|     MAX_SCROLL_TIME = 0.4 # seconds | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue