diff src/gtkimhtmltoolbar.c @ 11525:b47708f46a38

[gaim-migrate @ 13773] Here's the rest of that custom smiley receiving patch, with some changes from me. I'm still not all that happy with it, but that's probably not the author's fault, and I don't have time to take it further right now. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Mon, 12 Sep 2005 13:25:41 +0000
parents bcc7f30c91bd
children dc51cdcb648e
line wrap: on
line diff
--- a/src/gtkimhtmltoolbar.c	Mon Sep 12 06:50:29 2005 +0000
+++ b/src/gtkimhtmltoolbar.c	Mon Sep 12 13:25:41 2005 +0000
@@ -34,6 +34,7 @@
 
 #include "gtkdialogs.h"
 #include "gtkimhtmltoolbar.h"
+#include "gtkthemes.h"
 #include "gtkutils.h"
 
 static GtkHBoxClass *parent_class = NULL;
@@ -652,9 +653,9 @@
 	}
 
 	if (toolbar->sml)
-		smileys = get_proto_smileys(toolbar->sml);
+		smileys = gaim_gtkthemes_get_proto_smileys(toolbar->sml);
 	else
-		smileys = get_proto_smileys(NULL);
+		smileys = gaim_gtkthemes_get_proto_smileys(NULL);
 
 	while(smileys) {
 		GtkIMHtmlSmiley *smiley = smileys->data;