From e2e058c6b4273686ef7bbe5c7362cbaf58c7123a Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 3 Apr 2003 08:46:53 +0000 Subject: emit a keypress signal. yes, i know this might not correspond to a single 2003-04-03 Chris Toshok * gal/e-text/e-text.c (e_text_commit_cb): emit a keypress signal. yes, i know this might not correspond to a single keypress, but.. svn path=/trunk/; revision=20659 --- widgets/text/e-text.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c index a8d4c4509b..1999148187 100644 --- a/widgets/text/e-text.c +++ b/widgets/text/e-text.c @@ -3511,6 +3511,8 @@ e_text_commit_cb (GtkIMContext *context, if (text->selection_end != text->selection_start) e_text_delete_selection (text); e_text_insert (text, str, strlen (str)); + g_signal_emit (text, e_text_signals[E_TEXT_KEYPRESS], 0, + 0 /* XXX ugh */, 0 /* XXX ugh */); } static gboolean -- cgit v1.2.3