comparison src/gtkconv.c @ 4466:473de7371a97

[gaim-migrate @ 4741] Should fix the "user kicked from IRC causes all hell to break loose and core files to fly" bug. Maybe other things. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 30 Jan 2003 03:48:00 +0000
parents 6e37eb000b7a
children 62c1e5e656d0
comparison
equal deleted inserted replaced
4465:6e37eb000b7a 4466:473de7371a97
1948 return; 1948 return;
1949 1949
1950 user = gaim_conversation_get_user(conv); 1950 user = gaim_conversation_get_user(conv);
1951 gtkwin = GAIM_GTK_WINDOW(win); 1951 gtkwin = GAIM_GTK_WINDOW(win);
1952 1952
1953 if (user == NULL)
1954 return;
1955
1953 if (gtkwin->menu.send_as == NULL) 1956 if (gtkwin->menu.send_as == NULL)
1954 return; 1957 return;
1955 1958
1956 username = (user->gc == NULL ? user->username : user->gc->username); 1959 username = (user->gc == NULL ? user->username : user->gc->username);
1957 1960