summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextsimple.c
diff options
context:
space:
mode:
author0 <tajima@eng.sun.com>2000-12-01 04:07:38 +0000
committerHidetoshi Tajima <tajima@src.gnome.org>2000-12-01 04:07:38 +0000
commit1e5b472e67b5904c02c1b4dc5537986ccd4988f0 (patch)
tree45b58b8c1c99320dd60a32caa0e9a2f9771635e6 /gtk/gtkimcontextsimple.c
parent1f7d7453b1a1f5cc7f7e03f2e44105a5e49815a5 (diff)
downloadgtk+-1e5b472e67b5904c02c1b4dc5537986ccd4988f0.tar.gz
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.
Diffstat (limited to 'gtk/gtkimcontextsimple.c')
-rw-r--r--gtk/gtkimcontextsimple.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c
index 35ecaefffe..990fedad4e 100644
--- a/gtk/gtkimcontextsimple.c
+++ b/gtk/gtkimcontextsimple.c
@@ -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;
}