comparison src/gtkconv.c @ 8427:2e18099ded93

[gaim-migrate @ 9157] I'm going to start committing stuff rapidly. I've turned off rich-text cut and paste, as I have about an hour to finish everything I want finished and don't think I can fit that in. This adds the protocol-specific smileys to the toolbar, and I think that's about it. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 11 Mar 2004 20:02:00 +0000
parents a34fe3117877
children b08d8874d933
comparison
equal deleted inserted replaced
8426:aa755705bcf5 8427:2e18099ded93
2339 buttons &= ~GTK_IMHTML_BACKCOLOR; 2339 buttons &= ~GTK_IMHTML_BACKCOLOR;
2340 } else { 2340 } else {
2341 buttons = GTK_IMHTML_SMILEY; 2341 buttons = GTK_IMHTML_SMILEY;
2342 } 2342 }
2343 gtk_imhtml_set_format_functions(GTK_IMHTML(gtkconv->entry), buttons); 2343 gtk_imhtml_set_format_functions(GTK_IMHTML(gtkconv->entry), buttons);
2344 gtk_imhtmltoolbar_associate_smileys (GTK_IMHTMLTOOLBAR(gtkconv->toolbar), gaim_account_get_protocol_id(gaim_conversation_get_account(conv)));
2344 2345
2345 #if 0 2346 #if 0
2346 /* Deal with menu items */ 2347 /* Deal with menu items */
2347 gtk_widget_set_sensitive(gtkwin->menu.view_log, TRUE); 2348 gtk_widget_set_sensitive(gtkwin->menu.view_log, TRUE);
2348 gtk_widget_set_sensitive(gtkwin->menu.add_pounce, TRUE); 2349 gtk_widget_set_sensitive(gtkwin->menu.add_pounce, TRUE);