Use GTK stock icon for LMC
This commit is contained in:
parent
020e4e0308
commit
2cc9d6c518
Binary file not shown.
Before Width: | Height: | Size: 873 B |
|
@ -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(
|
MESSAGE_CORRECTED_PIXBUF = gtkgui_helpers.get_icon_pixmap(
|
||||||
'gajim-message_corrected')
|
'document-edit-symbolic')
|
||||||
|
|
||||||
|
|
||||||
# smooth scroll constants
|
# smooth scroll constants
|
||||||
MAX_SCROLL_TIME = 0.4 # seconds
|
MAX_SCROLL_TIME = 0.4 # seconds
|
||||||
|
|
Loading…
Reference in New Issue