Nicer XEP-0184 warning image.
This commit is contained in:
parent
053a1be708
commit
f5d92c296b
Binary file not shown.
After Width: | Height: | Size: 353 B |
Binary file not shown.
Before Width: | Height: | Size: 212 B |
|
@ -154,7 +154,7 @@ class ConversationTextview:
|
||||||
FOCUS_OUT_LINE_PIXBUF = gtk.gdk.pixbuf_new_from_file(os.path.join(
|
FOCUS_OUT_LINE_PIXBUF = gtk.gdk.pixbuf_new_from_file(os.path.join(
|
||||||
gajim.DATA_DIR, 'pixmaps', 'muc_separator.png'))
|
gajim.DATA_DIR, 'pixmaps', 'muc_separator.png'))
|
||||||
XEP0184_WARNING_PIXBUF = gtk.gdk.pixbuf_new_from_file(os.path.join(
|
XEP0184_WARNING_PIXBUF = gtk.gdk.pixbuf_new_from_file(os.path.join(
|
||||||
gajim.DATA_DIR, 'pixmaps', 'xep0184.png'))
|
gajim.DATA_DIR, 'pixmaps', 'receipt_missing.png'))
|
||||||
|
|
||||||
# smooth scroll constants
|
# smooth scroll constants
|
||||||
MAX_SCROLL_TIME = 0.4 # seconds
|
MAX_SCROLL_TIME = 0.4 # seconds
|
||||||
|
|
Loading…
Reference in New Issue