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:42 +00:00
committed by Owen Taylor
parent 585a031032
commit 9017c02a76
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 15:52:13 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkkeys-x11.c (update_keymaps): Fix infinite

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 15:52:13 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkkeys-x11.c (update_keymaps): Fix infinite

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 15:52:13 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkkeys-x11.c (update_keymaps): Fix infinite

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 15:52:13 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkkeys-x11.c (update_keymaps): Fix infinite

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 15:52:13 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkkeys-x11.c (update_keymaps): Fix infinite

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 15:52:13 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkkeys-x11.c (update_keymaps): Fix infinite

View File

@@ -216,7 +216,7 @@ get_im (const char *locale)
if (im)
{
info = g_new (GtkXIMInfo, 1);
open_ims = g_slist_prepend (open_ims, im);
open_ims = g_slist_prepend (open_ims, info);
info->locale = g_strdup (locale);
info->im = im;