changeset e872bdb60df2 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=e872bdb60df2
description: always build emoticons menu with 16x16 images. Fixes #3125
diffstat:
src/gajim.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c3f3423c5920 -r e872bdb60df2 src/gajim.py
--- a/src/gajim.py Fri Jul 24 16:17:49 2009 +0200
+++ b/src/gajim.py Tue Jul 28 17:04:57 2009 +0200
@@ -2713,7 +2713,7 @@
if emot_file.endswith('.gif'):
pix =
gtk.gdk.PixbufAnimation(emot_file)
else:
- pix =
gtk.gdk.pixbuf_new_from_file(emot_file)
+ pix =
gtk.gdk.pixbuf_new_from_file_at_size(emot_file, 16, 16)
self.emoticons_images.append((emot,
pix))
self.emoticons[emot.upper()] = emot_file
del emoticons
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits