Use GTK stock icon for LMC

This commit is contained in:
Philipp Hörist 2017-05-18 22:02:18 +02:00
parent 020e4e0308
commit 2cc9d6c518
2 changed files with 2 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 873 B

View File

@ -168,12 +168,8 @@ class ConversationTextview(GObject.GObject):
)
)
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')
'document-edit-symbolic')
# smooth scroll constants
MAX_SCROLL_TIME = 0.4 # seconds