mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 17:20:07 +00:00
Patch from Takuro Ashie to fix updating of open_ims list. (#95150)
Tue Oct 8 09:41:43 2002 Owen Taylor <otaylor@redhat.com> * Patch from Takuro Ashie to fix updating of open_ims list. (#95150)
This commit is contained in:
parent
f2313b63cd
commit
1f8a8061b5
@ -1,3 +1,8 @@
|
|||||||
|
Tue Oct 8 09:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* Patch from Takuro Ashie to fix updating of open_ims
|
||||||
|
list. (#95150)
|
||||||
|
|
||||||
Mon Oct 7 19:44:45 2002 Owen Taylor <otaylor@redhat.com>
|
Mon Oct 7 19:44:45 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_keys_changed): Move
|
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_keys_changed): Move
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Tue Oct 8 09:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* Patch from Takuro Ashie to fix updating of open_ims
|
||||||
|
list. (#95150)
|
||||||
|
|
||||||
Mon Oct 7 19:44:45 2002 Owen Taylor <otaylor@redhat.com>
|
Mon Oct 7 19:44:45 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_keys_changed): Move
|
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_keys_changed): Move
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Tue Oct 8 09:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* Patch from Takuro Ashie to fix updating of open_ims
|
||||||
|
list. (#95150)
|
||||||
|
|
||||||
Mon Oct 7 19:44:45 2002 Owen Taylor <otaylor@redhat.com>
|
Mon Oct 7 19:44:45 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_keys_changed): Move
|
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_keys_changed): Move
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Tue Oct 8 09:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* Patch from Takuro Ashie to fix updating of open_ims
|
||||||
|
list. (#95150)
|
||||||
|
|
||||||
Mon Oct 7 19:44:45 2002 Owen Taylor <otaylor@redhat.com>
|
Mon Oct 7 19:44:45 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_keys_changed): Move
|
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_keys_changed): Move
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Tue Oct 8 09:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* Patch from Takuro Ashie to fix updating of open_ims
|
||||||
|
list. (#95150)
|
||||||
|
|
||||||
Mon Oct 7 19:44:45 2002 Owen Taylor <otaylor@redhat.com>
|
Mon Oct 7 19:44:45 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_keys_changed): Move
|
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_keys_changed): Move
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Tue Oct 8 09:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* Patch from Takuro Ashie to fix updating of open_ims
|
||||||
|
list. (#95150)
|
||||||
|
|
||||||
Mon Oct 7 19:44:45 2002 Owen Taylor <otaylor@redhat.com>
|
Mon Oct 7 19:44:45 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_keys_changed): Move
|
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_keys_changed): Move
|
||||||
|
@ -320,7 +320,7 @@ get_im (GdkWindow *client_window,
|
|||||||
if (im)
|
if (im)
|
||||||
{
|
{
|
||||||
info = g_new (GtkXIMInfo, 1);
|
info = g_new (GtkXIMInfo, 1);
|
||||||
open_ims = g_slist_prepend (open_ims, im);
|
open_ims = g_slist_prepend (open_ims, info);
|
||||||
|
|
||||||
info->display = display;
|
info->display = display;
|
||||||
info->locale = g_strdup (locale);
|
info->locale = g_strdup (locale);
|
||||||
|
Loading…
Reference in New Issue
Block a user