comparison 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
comparison
equal deleted inserted replaced
8757:ffb333368cdc 8758:2db51720fd09
451 break; 451 break;
452 452
453 case GDK_End: 453 case GDK_End:
454 return TRUE; 454 return TRUE;
455 break; 455 break;
456 #endif /* Gtk+ >= 2.2.0 */ 456 #endif /* !(Gtk+ >= 2.2.0) */
457 457
458 case 'b': /* ctrl-b is GDK_Left, which moves backwards. */ 458 case 'b': /* ctrl-b is GDK_Left, which moves backwards. */
459 case 'B': 459 case 'B':
460 if (imhtml->format_functions & GTK_IMHTML_BOLD) { 460 if (imhtml->format_functions & GTK_IMHTML_BOLD) {
461 if(imhtml->html_shortcuts) { 461 if(imhtml->html_shortcuts) {