Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2017-05-18 23:02:18 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-05-18 23:02:18 +0300
commit2cc9d6c51850a437340cda9f42da352c0e1946e2 (patch)
tree6adcc8eca2f2bde0c13c01f9efec40e1b8f62529 /src
parent020e4e0308a405ca8866704be28103fe060affc3 (diff)
Use GTK stock icon for LMC
Diffstat (limited to 'src')
-rw-r--r--src/conversation_textview.py8
1 files changed, 2 insertions, 6 deletions
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