Skip to content

Commit

Permalink
Send preedit-changed event when composing preedit string.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzhuan committed Sep 24, 2012
1 parent 3f7bd24 commit ddef38f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,10 @@ static gboolean key_snooper (GtkWidget *widget, GdkEventKey *event, gpointer dat
scim_bridge_perrorln ("An IOException at key_snooper ()");
return FALSE;
} else {
if (consumed)
if (consumed) {
g_signal_emit_by_name (focused_imcontext, "preedit-changed");
return TRUE;
}
}
}

Expand Down

0 comments on commit ddef38f

Please sign in to comment.