forked from AuroraMiddleware/gtk
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:
parent
bd14a24743
commit
640c8cecf1
@ -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>
|
||||
|
||||
* === Released 2.1.1 ===
|
||||
|
@ -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>
|
||||
|
||||
* === Released 2.1.1 ===
|
||||
|
@ -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>
|
||||
|
||||
* === Released 2.1.1 ===
|
||||
|
@ -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>
|
||||
|
||||
* === Released 2.1.1 ===
|
||||
|
@ -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>
|
||||
|
||||
* === Released 2.1.1 ===
|
||||
|
@ -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>
|
||||
|
||||
* === Released 2.1.1 ===
|
||||
|
@ -370,6 +370,7 @@ get_im (GdkWindow *client_window,
|
||||
info->settings = NULL;
|
||||
info->preedit_set = 0;
|
||||
info->status_set = 0;
|
||||
info->ics = NULL;
|
||||
|
||||
setup_im (info);
|
||||
|
||||
@ -1244,7 +1245,7 @@ status_window_get (GtkIMContextXIM *context_xim,
|
||||
|
||||
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);
|
||||
|
||||
status_label = gtk_label_new ("");
|
||||
|
Loading…
Reference in New Issue
Block a user