Skip to content

Instantly share code, notes, and snippets.

@zunda
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zunda/9439461 to your computer and use it in GitHub Desktop.
Save zunda/9439461 to your computer and use it in GitHub Desktop.
--- gtk+-3.10.7/gtk/gtkselection.c.orig 2014-01-27 12:40:26.000000000 -1000
+++ gtk+-3.10.7/gtk/gtkselection.c 2014-03-08 11:45:59.000000000 -1000
@@ -2294,7 +2294,7 @@
gulong selection_max_size;
if (event->requestor == NULL)
- return;
+ return FALSE;
if (initialize)
gtk_selection_init ();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment