Mercurial > pidgin
changeset 2340:b16642ac87b2
[gaim-migrate @ 2353]
ctl-l
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 21 Sep 2001 17:51:13 +0000 |
parents | 9bda60d2d2e6 |
children | 5486d558ecee |
files | src/conversation.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/conversation.c Fri Sep 21 08:59:42 2001 +0000 +++ b/src/conversation.c Fri Sep 21 17:51:13 2001 +0000 @@ -700,6 +700,8 @@ gtk_signal_emit_stop_by_name(GTK_OBJECT(entry), "key_press_event"); } } + if (event->keyval == 'l') + gtk_imhtml_clear(GTK_IMHTML(c->text)); if ((!c->is_chat && (im_options & OPT_IM_ONE_WINDOW)) || ( c->is_chat && (chat_options & OPT_CHAT_ONE_WINDOW))) { GtkWidget *notebook = (c->is_chat ? chat_notebook : convo_notebook);