comparison src/gtkft.c @ 11073:634fec5ed0f2

[gaim-migrate @ 13082] sf patch #1235304, from Lalo Martins Allow for custom IRC quit messages. I hope Ethan doesn't kill me. Also, I couldn't get quit messages to work for me before OR after this patch. I tried using "/quit" and Buddies->Quit in the buddy list. What was I doing wrong? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 09 Jul 2005 19:19:53 +0000
parents 50224ac8184d
children a511b77a368b
comparison
equal deleted inserted replaced
11072:fe1a1d73f42c 11073:634fec5ed0f2
1140 } 1140 }
1141 1141
1142 void 1142 void
1143 gaim_gtk_xfers_uninit(void) 1143 gaim_gtk_xfers_uninit(void)
1144 { 1144 {
1145 gaim_gtkxfer_dialog_destroy(xfer_dialog); 1145 if (xfer_dialog != NULL)
1146 gaim_gtkxfer_dialog_destroy(xfer_dialog);
1146 } 1147 }
1147 1148
1148 void 1149 void
1149 gaim_set_gtkxfer_dialog(GaimGtkXferDialog *dialog) 1150 gaim_set_gtkxfer_dialog(GaimGtkXferDialog *dialog)
1150 { 1151 {