forked from AuroraMiddleware/gtk
Don't use connect_swapped() when the function being connected has a
Tue Oct 15 17:25:47 2002 Owen Taylor <otaylor@redhat.com> * modules/input/gtkimcontextxim.c (get_im): Don't use connect_swapped() when the function being connected has a non-swapped signature.
This commit is contained in:
parent
640c8cecf1
commit
497ef033d4
@ -1,3 +1,9 @@
|
||||
Tue Oct 15 17:25:47 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_im): Don't use
|
||||
connect_swapped() when the function being connected
|
||||
has a non-swapped signature.
|
||||
|
||||
Tue Oct 15 09:54:54 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_im): Initialize
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Oct 15 17:25:47 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_im): Don't use
|
||||
connect_swapped() when the function being connected
|
||||
has a non-swapped signature.
|
||||
|
||||
Tue Oct 15 09:54:54 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_im): Initialize
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Oct 15 17:25:47 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_im): Don't use
|
||||
connect_swapped() when the function being connected
|
||||
has a non-swapped signature.
|
||||
|
||||
Tue Oct 15 09:54:54 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_im): Initialize
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Oct 15 17:25:47 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_im): Don't use
|
||||
connect_swapped() when the function being connected
|
||||
has a non-swapped signature.
|
||||
|
||||
Tue Oct 15 09:54:54 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_im): Initialize
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Oct 15 17:25:47 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_im): Don't use
|
||||
connect_swapped() when the function being connected
|
||||
has a non-swapped signature.
|
||||
|
||||
Tue Oct 15 09:54:54 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_im): Initialize
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Oct 15 17:25:47 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_im): Don't use
|
||||
connect_swapped() when the function being connected
|
||||
has a non-swapped signature.
|
||||
|
||||
Tue Oct 15 09:54:54 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_im): Initialize
|
||||
|
@ -374,8 +374,8 @@ get_im (GdkWindow *client_window,
|
||||
|
||||
setup_im (info);
|
||||
|
||||
g_signal_connect_swapped (display, "closed",
|
||||
G_CALLBACK (xim_info_display_closed), info);
|
||||
g_signal_connect (display, "closed",
|
||||
G_CALLBACK (xim_info_display_closed), info);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user