Fix missing dereference. (HideToshi Tajima)

Tue May 21 16:46:15 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch):
        Fix missing dereference. (HideToshi Tajima)
This commit is contained in:
Owen Taylor 2002-05-21 20:51:15 +00:00 committed by Owen Taylor
parent b96fb1a1a5
commit acaf177b5f
7 changed files with 31 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue May 21 16:46:15 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch):
Fix missing dereference. (HideToshi Tajima)
Mon May 20 15:02:21 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c: Patch from HideToshi Tajima

View File

@ -1,3 +1,8 @@
Tue May 21 16:46:15 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch):
Fix missing dereference. (HideToshi Tajima)
Mon May 20 15:02:21 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c: Patch from HideToshi Tajima

View File

@ -1,3 +1,8 @@
Tue May 21 16:46:15 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch):
Fix missing dereference. (HideToshi Tajima)
Mon May 20 15:02:21 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c: Patch from HideToshi Tajima

View File

@ -1,3 +1,8 @@
Tue May 21 16:46:15 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch):
Fix missing dereference. (HideToshi Tajima)
Mon May 20 15:02:21 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c: Patch from HideToshi Tajima

View File

@ -1,3 +1,8 @@
Tue May 21 16:46:15 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch):
Fix missing dereference. (HideToshi Tajima)
Mon May 20 15:02:21 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c: Patch from HideToshi Tajima

View File

@ -1,3 +1,8 @@
Tue May 21 16:46:15 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch):
Fix missing dereference. (HideToshi Tajima)
Mon May 20 15:02:21 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c: Patch from HideToshi Tajima

View File

@ -282,7 +282,7 @@ gdk_internal_connection_watch (Display *display,
if (opening)
*watch_data = (XPointer)gdk_add_connection_handler (display, fd);
else
gdk_remove_connection_handler ((GdkInternalConnection *)watch_data);
gdk_remove_connection_handler ((GdkInternalConnection *)*watch_data);
}
static G_CONST_RETURN gchar*