GNOME Bugzilla – Bug 573283
Most options should be disabled when right clicking on in a chatroom
Last modified: 2010-10-25 12:34:01 UTC
- Join a chatroom - Right click on yourself - You can open a chat, send a file and send an invite to yourself! These options should be disabled.
Fixed in repo: git://vminko.org/empathy branch: fix-573283
Created attachment 173021 [details] [review] proposed fix
Review of attachment 173021 [details] [review]: Looks good, small style issues to fix though. ::: libempathy-gtk/empathy-contact-menu.c @@ +232,3 @@ GTK_ICON_SIZE_MENU); gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), image); + gtk_widget_set_sensitive (item, !empathy_contact_is_user(contact)); should be empathy_contact_is_user (contact). Same above.
Fixed in the same branch.
Merged to master; thanks! This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.