comparison src/gtkconv.c @ 8912:40ebc5ecf86a

[gaim-migrate @ 9682] marv fixed some gtk assertions committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 09 May 2004 20:01:13 +0000
parents a9ad52960c1c
children 73649ee7f687
comparison
equal deleted inserted replaced
8911:35b68d76cb4c 8912:40ebc5ecf86a
1380 break; 1380 break;
1381 1381
1382 case 'l': 1382 case 'l':
1383 gtk_imhtml_clear(GTK_IMHTML(gtkconv->imhtml)); 1383 gtk_imhtml_clear(GTK_IMHTML(gtkconv->imhtml));
1384 g_string_free(conv->history, TRUE); 1384 g_string_free(conv->history, TRUE);
1385 conv->history = NULL; 1385 conv->history = g_string_new("");
1386 1386
1387 return TRUE; 1387 return TRUE;
1388 break; 1388 break;
1389 1389
1390 case 'z': 1390 case 'z':