comparison src/conversation.c @ 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 2c595fc5f1f8
children a49e8f1afbc4
comparison
equal deleted inserted replaced
2339:9bda60d2d2e6 2340:b16642ac87b2
698 buf, strlen(buf), &pos); 698 buf, strlen(buf), &pos);
699 } 699 }
700 gtk_signal_emit_stop_by_name(GTK_OBJECT(entry), "key_press_event"); 700 gtk_signal_emit_stop_by_name(GTK_OBJECT(entry), "key_press_event");
701 } 701 }
702 } 702 }
703 if (event->keyval == 'l')
704 gtk_imhtml_clear(GTK_IMHTML(c->text));
703 if ((!c->is_chat && (im_options & OPT_IM_ONE_WINDOW)) || 705 if ((!c->is_chat && (im_options & OPT_IM_ONE_WINDOW)) ||
704 ( c->is_chat && (chat_options & OPT_CHAT_ONE_WINDOW))) { 706 ( c->is_chat && (chat_options & OPT_CHAT_ONE_WINDOW))) {
705 GtkWidget *notebook = (c->is_chat ? chat_notebook : convo_notebook); 707 GtkWidget *notebook = (c->is_chat ? chat_notebook : convo_notebook);
706 if (event->keyval == '[') { 708 if (event->keyval == '[') {
707 gtk_notebook_prev_page(GTK_NOTEBOOK(notebook)); 709 gtk_notebook_prev_page(GTK_NOTEBOOK(notebook));