# HG changeset patch # User Christian Hammond # Date 1064964695 0 # Node ID 2cd3756a637b15668f0c63204be0b4697c26f09e # Parent 7fd2fd7c698076afd48757c4e8903ec4dbde5c36 [gaim-migrate @ 7654] Fixed a crash on dragging buddies into conv windows. Closes 814887. committer: Tailor Script diff -r 7fd2fd7c6980 -r 2cd3756a637b src/gtkconv.c --- a/src/gtkconv.c Tue Sep 30 23:24:13 2003 +0000 +++ b/src/gtkconv.c Tue Sep 30 23:31:35 2003 +0000 @@ -3675,9 +3675,7 @@ else return; - c = gaim_conversation_new(GAIM_CONV_IM, - ((GaimBuddy *)n)->account, - ((GaimBuddy *)n)->name); + c = gaim_conversation_new(GAIM_CONV_IM, b->account, b->name); gaim_window_add_conversation(win, c); }