diff 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
line wrap: on
line diff
--- a/src/gtkconv.c	Thu Mar 11 02:54:09 2004 +0000
+++ b/src/gtkconv.c	Thu Mar 11 20:02:00 2004 +0000
@@ -2341,6 +2341,7 @@
 			buttons = GTK_IMHTML_SMILEY;
 		}
 		gtk_imhtml_set_format_functions(GTK_IMHTML(gtkconv->entry), buttons);
+		gtk_imhtmltoolbar_associate_smileys (GTK_IMHTMLTOOLBAR(gtkconv->toolbar), gaim_account_get_protocol_id(gaim_conversation_get_account(conv)));
 
 #if 0
 		/* Deal with menu items */