gtk-rs / gtk

DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
https://gtk-rs.org/
MIT License
1.24k stars 82 forks source link

CellRenderer: fix null dereference for activate #943

Closed hfiguiere closed 4 years ago

hfiguiere commented 4 years ago

on GtkIconView, activate may pass a null GdkEvent. And it crashes.

This fixes it.

sdroege commented 4 years ago

@GuillaumeGomez CI is green, please merge :)

GuillaumeGomez commented 4 years ago

Thanks!