comparison src/gtkimhtml.c @ 4298:cddb50734169

[gaim-migrate @ 4552] faceprint cleans up after my messes committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 11 Jan 2003 19:59:27 +0000
parents a723d060620a
children 36cb0bb95b9c
comparison
equal deleted inserted replaced
4297:650454171e0e 4298:cddb50734169
236 } else if (event->type == GDK_LEAVE_NOTIFY) { 236 } else if (event->type == GDK_LEAVE_NOTIFY) {
237 /* clear timeout and make an arrow cursor again --if GTK worked as it should */ 237 /* clear timeout and make an arrow cursor again --if GTK worked as it should */
238 } 238 }
239 } 239 }
240 240
241 /* this isn't used yet
241 static void 242 static void
242 gtk_smiley_tree_remove (GtkSmileyTree *tree, 243 gtk_smiley_tree_remove (GtkSmileyTree *tree,
243 GtkIMHtmlSmiley *smiley) 244 GtkIMHtmlSmiley *smiley)
244 { 245 {
245 GtkSmileyTree *t = tree; 246 GtkSmileyTree *t = tree;
263 264
264 if (t->image) { 265 if (t->image) {
265 t->image = NULL; 266 t->image = NULL;
266 } 267 }
267 } 268 }
269 */
270
268 271
269 static gint 272 static gint
270 gtk_smiley_tree_lookup (GtkSmileyTree *tree, 273 gtk_smiley_tree_lookup (GtkSmileyTree *tree,
271 const gchar *text) 274 const gchar *text)
272 { 275 {