gusibsd

Untitled

Apr 6th, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. --- gtk/gtkentry.c.orig 2014-04-06 00:31:18.026256432 +0000
  2. +++ gtk/gtkentry.c 2014-04-06 00:31:33.781255814 +0000
  3. @@ -7579,6 +7579,9 @@
  4. GtkEntryCompletion *completion;
  5.  
  6. g_return_if_fail (GTK_IS_ENTRY (entry));
  7. + if (text==NULL){
  8. + return;
  9. + }
  10. g_return_if_fail (text != NULL);
  11.  
  12. /* Actually setting the text will affect the cursor and selection;
Advertisement
Add Comment
Please, Sign In to add comment