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:
Owen Taylor 2002-10-08 13:50:34 +00:00 committed by Owen Taylor
parent f2313b63cd
commit 1f8a8061b5
7 changed files with 31 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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);