changeset 11304:74e30ef571ce

[gaim-migrate @ 13504] Wow, I need to get it together today. I can't write code. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 18 Aug 2005 21:00:50 +0000
parents 10066662176a
children 0d3d1031e397
files src/gtkaccount.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkaccount.c	Thu Aug 18 20:49:58 2005 +0000
+++ b/src/gtkaccount.c	Thu Aug 18 21:00:50 2005 +0000
@@ -198,7 +198,7 @@
 static void
 set_dialog_icon(AccountPrefsDialog *dialog)
 {
-	char *filename = gaim_buddy_icons_get_full_path(dialog>icon_path);
+	char *filename = gaim_buddy_icons_get_full_path(dialog->icon_path);
 	gtk_image_set_from_file(GTK_IMAGE(dialog->icon_entry), filename);
 	g_free(filename);
 }