gtk-spell-check icon is not available under windows

This commit is contained in:
Yann Leboulanger 2015-02-28 22:22:14 +01:00
parent 74f150a1c3
commit 79d52abb0e
2 changed files with 6 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 873 B

View File

@ -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