mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 21:20:09 +00:00
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:
parent
b96fb1a1a5
commit
acaf177b5f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user