Use '_' not '-' in signal name to be consistent with what we do elsewhere

Thu Nov  7 15:29:43 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkimcontextsimple.c (check_hex): Use '_'
        not '-' in signal name to be consistent with
        what we do elsewhere (#97151, TOKUNAGA Hiroyuki)
This commit is contained in:
Owen Taylor 2002-11-07 20:32:27 +00:00 committed by Owen Taylor
parent 8791df04db
commit 6e43dea3e1
7 changed files with 37 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Thu Nov 7 15:29:43 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontextsimple.c (check_hex): Use '_'
not '-' in signal name to be consistent with
what we do elsewhere (#97151, TOKUNAGA Hiroyuki)
Thu Nov 7 14:51:31 2002 Owen Taylor <otaylor@redhat.com>
* tests/testcalendar.c (calendar_date_to_string):

View File

@ -1,3 +1,9 @@
Thu Nov 7 15:29:43 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontextsimple.c (check_hex): Use '_'
not '-' in signal name to be consistent with
what we do elsewhere (#97151, TOKUNAGA Hiroyuki)
Thu Nov 7 14:51:31 2002 Owen Taylor <otaylor@redhat.com>
* tests/testcalendar.c (calendar_date_to_string):

View File

@ -1,3 +1,9 @@
Thu Nov 7 15:29:43 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontextsimple.c (check_hex): Use '_'
not '-' in signal name to be consistent with
what we do elsewhere (#97151, TOKUNAGA Hiroyuki)
Thu Nov 7 14:51:31 2002 Owen Taylor <otaylor@redhat.com>
* tests/testcalendar.c (calendar_date_to_string):

View File

@ -1,3 +1,9 @@
Thu Nov 7 15:29:43 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontextsimple.c (check_hex): Use '_'
not '-' in signal name to be consistent with
what we do elsewhere (#97151, TOKUNAGA Hiroyuki)
Thu Nov 7 14:51:31 2002 Owen Taylor <otaylor@redhat.com>
* tests/testcalendar.c (calendar_date_to_string):

View File

@ -1,3 +1,9 @@
Thu Nov 7 15:29:43 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontextsimple.c (check_hex): Use '_'
not '-' in signal name to be consistent with
what we do elsewhere (#97151, TOKUNAGA Hiroyuki)
Thu Nov 7 14:51:31 2002 Owen Taylor <otaylor@redhat.com>
* tests/testcalendar.c (calendar_date_to_string):

View File

@ -1,3 +1,9 @@
Thu Nov 7 15:29:43 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontextsimple.c (check_hex): Use '_'
not '-' in signal name to be consistent with
what we do elsewhere (#97151, TOKUNAGA Hiroyuki)
Thu Nov 7 14:51:31 2002 Owen Taylor <otaylor@redhat.com>
* tests/testcalendar.c (calendar_date_to_string):

View File

@ -1109,7 +1109,7 @@ check_hex (GtkIMContextSimple *context_simple,
context_simple->tentative_match = n;
context_simple->tentative_match_len = n_compose;
g_signal_emit_by_name (context_simple, "preedit-changed");
g_signal_emit_by_name (context_simple, "preedit_changed");
return TRUE;
}