comparison src/gtkimhtml.c @ 9287:2fa81d44ee6f

[gaim-migrate @ 10090] Re-add the Conversation->Insert Image doohicky. That's right, I just said doohicky. My grandmother would be proud. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 15 Jun 2004 04:18:27 +0000
parents 46cfbd17ce3e
children 98f01c233a40
comparison
equal deleted inserted replaced
9286:46cfbd17ce3e 9287:2fa81d44ee6f
472 } 472 }
473 } 473 }
474 return FALSE; 474 return FALSE;
475 break; 475 break;
476 476
477 #ifdef LAY_OFF_MY_FRIGGIN_KEYBINDINGS
478 case 'f':
479 case 'F':
480 /*set_toggle(gtkconv->toolbar.font,
481 !gtk_toggle_button_get_active(
482 GTK_TOGGLE_BUTTON(gtkconv->toolbar.font)));*/
483
484 return TRUE;
485 break;
486 #endif /* this doesn't even DO anything */
487
488 case 'i': 477 case 'i':
489 case 'I': 478 case 'I':
490 if (imhtml->format_functions & GTK_IMHTML_ITALIC) { 479 if (imhtml->format_functions & GTK_IMHTML_ITALIC) {
491 if(imhtml->html_shortcuts) { 480 if(imhtml->html_shortcuts) {
492 gtk_imhtml_toggle_italic(imhtml); 481 gtk_imhtml_toggle_italic(imhtml);