mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
8791df04db
commit
6e43dea3e1
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user