diff src/gtkimhtml.c @ 8758:2db51720fd09

[gaim-migrate @ 9513] Some minor gtkconv fixes -Disable the "warn" conversation menu item for protocols that don't support it. Same with Get Info, Invite, and Insert Link -Fix the following weird icon animation bug: (sf bug 939768) In the conversation window talking to someone on AIM if you right click on an animated AIM buddy icon and unanimate it then you tab over to chat to someone else using another protocol (not AIM) (like MSN or ICQ) that don't have buddy icons then come back to the original AIM person you disabled the animated buddy icon, well, it's animated again. It works fine if you stay in AIM and tab from someone having a disabled animated icon to someone with no buddy icon and/or someone having a non animated buddy icon. So I think the bug is in when you tab to another chat protocol. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 22 Apr 2004 16:24:05 +0000
parents 61a090413b93
children 5a2b5e4abf3a
line wrap: on
line diff
--- a/src/gtkimhtml.c	Thu Apr 22 05:41:30 2004 +0000
+++ b/src/gtkimhtml.c	Thu Apr 22 16:24:05 2004 +0000
@@ -453,7 +453,7 @@
 		case GDK_End:
 			return TRUE;
 			break;
-#endif /* Gtk+ >= 2.2.0 */
+#endif /* !(Gtk+ >= 2.2.0) */
 		
 		case 'b':  /* ctrl-b is GDK_Left, which moves backwards. */
 		case 'B':