GNOME Bugzilla – Bug 724472
window: Don't crash when someone tries to run a native app using old gtk
Last modified: 2014-02-16 15:20:14 UTC
Noticed yesterday when I forgot to do "jhbuild run" while testing native wayland apps.
Created attachment 269290 [details] [review] window: Don't crash when someone tries to run a native app using old gtk This ends up calling meta_window_set_gtk_dbus_properties with a NULL window, instead of segfaulting the compositor return so that the broken app dies instead.
Review of attachment 269290 [details] [review]: This should be in meta-wayland-surface.c
Pushed with suggested change.