Match "preedit-changed" to "preedit_changed" to be consistent to the spec.

2000-11-30    <tajima@eng.sun.com>

	* gtk/gtkimcontextsimple.c (check_table):
	Match "preedit-changed" to "preedit_changed" to be consistent
	to the spec.
This commit is contained in:
0 2000-12-01 04:07:38 +00:00 committed by Hidetoshi Tajima
parent 1f7d7453b1
commit 1e5b472e67

View File

@ -828,7 +828,7 @@ gtk_im_context_simple_commit_char (GtkIMContext *context,
context_simple->tentative_match = 0;
context_simple->tentative_match_len = 0;
gtk_signal_emit_by_name (GTK_OBJECT (context_simple),
"preedit-changed");
"preedit_changed");
}
gtk_signal_emit_by_name (GTK_OBJECT (context), "commit", &buf);
@ -900,7 +900,7 @@ check_table (GtkIMContextSimple *context_simple,
context_simple->tentative_match_len = n_compose;
gtk_signal_emit_by_name (GTK_OBJECT (context_simple),
"preedit-changed");
"preedit_changed");
return TRUE;
}