GNOME Bugzilla – Bug 631098
Always show status icon in contact right-click menu (for meta-contacts)
Last modified: 2011-08-29 10:12:37 UTC
When I right-click on a meta-contact, I can see all the contacts that it's made of. Cool. However, there's no way to see which one of those real contacts are online or not. And then I saw http://blog.desmottes.be/post/2010/10/01/Whats-new-in-Empathy-2320 ! There is actually icons there. Except that GNOME, by default, disables icons in menu. But it's a case where we do want the icons, imho. gtk_image_menu_item_set_always_show_image() is your friend.
Created attachment 171641 [details] [review] Always show icons for meta-contacts in context menu
Created attachment 171672 [details] [review] http://git.Collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/presence-icon-631098 libempathy-gtk/empathy-contact-menu.c | 1 - libempathy-gtk/empathy-individual-menu.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletions(-)
Merged to 2.32 and master. Thanks for your patch! This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.