]> Pileus Git - ~andy/gtk/commitdiff
Don't use connect_swapped() when the function being connected has a
authorOwen Taylor <otaylor@redhat.com>
Tue, 15 Oct 2002 21:27:45 +0000 (21:27 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 15 Oct 2002 21:27:45 +0000 (21:27 +0000)
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.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
modules/input/gtkimcontextxim.c

index af7211c3dfc64935e5bdc9bb5608fffc77a1185b..d69137af5c34efce2c491e54d86099683be3c17f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index af7211c3dfc64935e5bdc9bb5608fffc77a1185b..d69137af5c34efce2c491e54d86099683be3c17f 100644 (file)
@@ -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
index af7211c3dfc64935e5bdc9bb5608fffc77a1185b..d69137af5c34efce2c491e54d86099683be3c17f 100644 (file)
@@ -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
index af7211c3dfc64935e5bdc9bb5608fffc77a1185b..d69137af5c34efce2c491e54d86099683be3c17f 100644 (file)
@@ -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
index af7211c3dfc64935e5bdc9bb5608fffc77a1185b..d69137af5c34efce2c491e54d86099683be3c17f 100644 (file)
@@ -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
index af7211c3dfc64935e5bdc9bb5608fffc77a1185b..d69137af5c34efce2c491e54d86099683be3c17f 100644 (file)
@@ -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
index 016e2e3fb1a9ea5db5dfc936c852f2ede64e5291..922f2fd606eee5cd55131d15224957f956eabe30 100644 (file)
@@ -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);
        }
     }