Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 504228
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/gtk/gtkselection.c
0
++ b/gtk/gtkselection.c
Lines 2294-2300 _gtk_selection_request (GtkWidget *widge Link Here
2294
  gulong selection_max_size;
2294
  gulong selection_max_size;
2295
2295
2296
  if (event->requestor == NULL)
2296
  if (event->requestor == NULL)
2297
    return;
2297
    return FALSE;
2298
2298
2299
  if (initialize)
2299
  if (initialize)
2300
    gtk_selection_init ();
2300
    gtk_selection_init ();

Return to bug 504228