diff --git a/src/gui_interface.py b/src/gui_interface.py index d53025b3d1ef93643505c75fc34cb03fc4e79efe..1fae52923d34003b4627e26e8cae73e1106b97e0 100644 --- a/src/gui_interface.py +++ b/src/gui_interface.py @@ -1815,7 +1815,8 @@ class Interface: img.set_from_pixbuf(image[1]) item.add(img) item.connect('activate', emoticon_clicked, image[0]) - #FIXME: add tooltip with ascii + # add tooltip with ascii + item.set_tooltip_text(image[0]) menu.attach(item, counter % size, counter % size + 1, counter / size, counter / size + 1) counter += 1