mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Fix the clipboard test under X11
We don't have a signal handler to worry about here.
This commit is contained in:
parent
e1a0e4bfbe
commit
6482954c6e
@ -189,7 +189,8 @@ do_it (GObject *object,
|
||||
{
|
||||
GdkClipboard *clipboard;
|
||||
|
||||
g_signal_handler_disconnect (object, handler);
|
||||
if (object)
|
||||
g_signal_handler_disconnect (object, handler);
|
||||
|
||||
clipboard = gdk_display_get_clipboard (gdk_display_get_default ());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user