Initialize info->ics to NULL. (Hidetoshi Tajima.)

Tue Oct 15 09:54:54 2002  Owen Taylor  <otaylor@redhat.com>

        * modules/input/gtkimcontextxim.c (get_im): Initialize
        info->ics to NULL. (Hidetoshi Tajima.)

        * modules/input/gtkimcontextxim.c (status_window_get):
        Call set_resizable on the window, not on the structure.
This commit is contained in:
Owen Taylor 2002-10-15 13:56:27 +00:00 committed by Owen Taylor
parent bd14a24743
commit 640c8cecf1
7 changed files with 50 additions and 1 deletions

View File

@ -1,3 +1,11 @@
Tue Oct 15 09:54:54 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/gtkimcontextxim.c (get_im): Initialize
info->ics to NULL. (Hidetoshi Tajima.)
* modules/input/gtkimcontextxim.c (status_window_get):
Call set_resizable on the window, not on the structure.
Mon Oct 14 19:17:34 2002 Owen Taylor <otaylor@redhat.com> Mon Oct 14 19:17:34 2002 Owen Taylor <otaylor@redhat.com>
* === Released 2.1.1 === * === Released 2.1.1 ===

View File

@ -1,3 +1,11 @@
Tue Oct 15 09:54:54 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/gtkimcontextxim.c (get_im): Initialize
info->ics to NULL. (Hidetoshi Tajima.)
* modules/input/gtkimcontextxim.c (status_window_get):
Call set_resizable on the window, not on the structure.
Mon Oct 14 19:17:34 2002 Owen Taylor <otaylor@redhat.com> Mon Oct 14 19:17:34 2002 Owen Taylor <otaylor@redhat.com>
* === Released 2.1.1 === * === Released 2.1.1 ===

View File

@ -1,3 +1,11 @@
Tue Oct 15 09:54:54 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/gtkimcontextxim.c (get_im): Initialize
info->ics to NULL. (Hidetoshi Tajima.)
* modules/input/gtkimcontextxim.c (status_window_get):
Call set_resizable on the window, not on the structure.
Mon Oct 14 19:17:34 2002 Owen Taylor <otaylor@redhat.com> Mon Oct 14 19:17:34 2002 Owen Taylor <otaylor@redhat.com>
* === Released 2.1.1 === * === Released 2.1.1 ===

View File

@ -1,3 +1,11 @@
Tue Oct 15 09:54:54 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/gtkimcontextxim.c (get_im): Initialize
info->ics to NULL. (Hidetoshi Tajima.)
* modules/input/gtkimcontextxim.c (status_window_get):
Call set_resizable on the window, not on the structure.
Mon Oct 14 19:17:34 2002 Owen Taylor <otaylor@redhat.com> Mon Oct 14 19:17:34 2002 Owen Taylor <otaylor@redhat.com>
* === Released 2.1.1 === * === Released 2.1.1 ===

View File

@ -1,3 +1,11 @@
Tue Oct 15 09:54:54 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/gtkimcontextxim.c (get_im): Initialize
info->ics to NULL. (Hidetoshi Tajima.)
* modules/input/gtkimcontextxim.c (status_window_get):
Call set_resizable on the window, not on the structure.
Mon Oct 14 19:17:34 2002 Owen Taylor <otaylor@redhat.com> Mon Oct 14 19:17:34 2002 Owen Taylor <otaylor@redhat.com>
* === Released 2.1.1 === * === Released 2.1.1 ===

View File

@ -1,3 +1,11 @@
Tue Oct 15 09:54:54 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/gtkimcontextxim.c (get_im): Initialize
info->ics to NULL. (Hidetoshi Tajima.)
* modules/input/gtkimcontextxim.c (status_window_get):
Call set_resizable on the window, not on the structure.
Mon Oct 14 19:17:34 2002 Owen Taylor <otaylor@redhat.com> Mon Oct 14 19:17:34 2002 Owen Taylor <otaylor@redhat.com>
* === Released 2.1.1 === * === Released 2.1.1 ===

View File

@ -370,6 +370,7 @@ get_im (GdkWindow *client_window,
info->settings = NULL; info->settings = NULL;
info->preedit_set = 0; info->preedit_set = 0;
info->status_set = 0; info->status_set = 0;
info->ics = NULL;
setup_im (info); setup_im (info);
@ -1244,7 +1245,7 @@ status_window_get (GtkIMContextXIM *context_xim,
window = status_window->window; window = status_window->window;
gtk_window_set_resizable (GTK_WINDOW (status_window), FALSE); gtk_window_set_resizable (GTK_WINDOW (window), FALSE);
gtk_widget_set_app_paintable (window, TRUE); gtk_widget_set_app_paintable (window, TRUE);
status_label = gtk_label_new (""); status_label = gtk_label_new ("");