Skip to content
Snippets Groups Projects
Commit 758dba4c authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

gtk-spell-check icon is not available under windows

parent f146c9b5
No related branches found
No related tags found
No related merge requests found
icons/hicolor/16x16/actions/gajim-message_corrected.png

873 B

......@@ -169,7 +169,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment