diff options
-rw-r--r-- | gdk/x11/gdkselectionoutputstream-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkselectionoutputstream-x11.c b/gdk/x11/gdkselectionoutputstream-x11.c index cfacb13ac5..bdd4c57d08 100644 --- a/gdk/x11/gdkselectionoutputstream-x11.c +++ b/gdk/x11/gdkselectionoutputstream-x11.c @@ -892,7 +892,7 @@ gdk_x11_selection_output_streams_request (GdkDisplay *display, target, 8, timestamp); - handler (stream, target, user_data); + handler (stream, mime_type, user_data); return TRUE; } } |