diff --git a/icons/hicolor/16x16/actions/gajim-message_corrected.png b/icons/hicolor/16x16/actions/gajim-message_corrected.png deleted file mode 100644 index c0b39d791..000000000 Binary files a/icons/hicolor/16x16/actions/gajim-message_corrected.png and /dev/null differ diff --git a/src/conversation_textview.py b/src/conversation_textview.py index b6d3e64dc..b0146b6bf 100644 --- a/src/conversation_textview.py +++ b/src/conversation_textview.py @@ -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') - + MESSAGE_CORRECTED_PIXBUF = gtkgui_helpers.get_icon_pixmap( + 'document-edit-symbolic') # smooth scroll constants MAX_SCROLL_TIME = 0.4 # seconds