GNOME Bugzilla – Bug 778256
invalid cast from 'WebKitPrintOperation' to 'GtkPrintOperation'
Last modified: 2017-02-06 19:55:43 UTC
This is a crasher for platforms compiled not to do cast checks.
+ Trace 237112
Created attachment 345053 [details] [review] print: use proper API to set print settings WebKitPrintOperation is not a GtkPrintOperation so the cast here was invalid. This fixes <ctrl>p to show the print dialog.
Attachment 345053 [details] pushed as ffcd7b9 - print: use proper API to set print settings