changeset 4139:d03ace5af8da

[gaim-migrate @ 4357] breaking smilies is a bad thing. fortunately ari was around to fix his mistake committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 25 Dec 2002 03:10:14 +0000
parents 6b2d0ce7fb18
children 990eb517e38a
files src/gtkimhtml.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)