diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-19 13:46:11 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-19 13:46:11 +0000 |
commit | 933b1f4546f08029ac69fe4338d4e7b835323a68 (patch) | |
tree | 393b2cda71dda481e1802a64776893ef5957c758 /gdk | |
parent | 859126d5466f67b120df73b02e994baa08554a6c (diff) | |
download | gtk+-933b1f4546f08029ac69fe4338d4e7b835323a68.tar.gz |
After checking XLib sources, XGetWindowProperty does set data to NULL.
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/x11/gdkdnd-x11.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c index cca5cce857..41598615b2 100644 --- a/gdk/x11/gdkdnd-x11.c +++ b/gdk/x11/gdkdnd-x11.c @@ -2485,7 +2485,6 @@ xdnd_read_actions (GdkDragContext *context) gdk_error_trap_push (); - data = NULL; if (XGetWindowProperty (GDK_DISPLAY_XDISPLAY (display), GDK_DRAWABLE_XID (context->source_window), gdk_x11_get_xatom_by_name_for_display (display, "XdndActionList"), |