[gaim-migrate @ 4357]

Wed, 25 Dec 2002 03:10:14 +0000

author
Luke Schierer <lschiere@pidgin.im>
date
Wed, 25 Dec 2002 03:10:14 +0000
changeset 4139
06ebd156dace
parent 4138
727cb2d2b93c
child 4140
3a87b06e7339

[gaim-migrate @ 4357]
breaking smilies is a bad thing. fortunately ari was around to fix his mistake

src/gtkimhtml.c file | annotate | diff | comparison | revisions
--- a/src/gtkimhtml.c	Wed Dec 25 02:13:35 2002 +0000
+++ b/src/gtkimhtml.c	Wed Dec 25 03:10:14 2002 +0000
@@ -95,7 +95,7 @@
 		x++;
 	}
 	
-	t->image = path;
+	t->image = g_strdup(path);
 }
 
 gboolean gtk_smiley_tree_destroy (GtkSmileyTree *tree)

mercurial