comparison src/gtkconv.c @ 8229:a74ff5569c86

[gaim-migrate @ 8952] Mr. Reisner noticed this. Thanks Etan! committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 11 Feb 2004 19:40:07 +0000
parents c89cf5af36a3
children 9200bee593e8
comparison
equal deleted inserted replaced
8228:c89cf5af36a3 8229:a74ff5569c86
1440 break; 1440 break;
1441 1441
1442 case 'l': 1442 case 'l':
1443 gtk_imhtml_clear(GTK_IMHTML(gtkconv->imhtml)); 1443 gtk_imhtml_clear(GTK_IMHTML(gtkconv->imhtml));
1444 g_string_free(conv->history, TRUE); 1444 g_string_free(conv->history, TRUE);
1445 conv->history = NULL;
1445 1446
1446 return TRUE; 1447 return TRUE;
1447 break; 1448 break;
1448 1449
1449 case 'z': 1450 case 'z':