# HG changeset patch # User Richard Laager # Date 1124398850 0 # Node ID 74e30ef571ce6e6deaea312f89e5876b6c1a03ca # Parent 10066662176a6f29b774aa166f5d27f5aa357321 [gaim-migrate @ 13504] Wow, I need to get it together today. I can't write code. committer: Tailor Script diff -r 10066662176a -r 74e30ef571ce src/gtkaccount.c --- 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); }