GNOME Bugzilla – Bug 769130
libmisc: check doc_model is not NULL before disconnecting handler.
Last modified: 2017-09-27 12:44:19 UTC
This prevents some GTK-warnings that appear when closing a window that has been created with "Open Copy" menu option
Created attachment 332039 [details] [review] libmisc: check doc_model is not NULL before disconnecting handler.
Review of attachment 332039 [details] [review]: ::: libmisc/ev-page-action-widget.c @@ +262,3 @@ } + if (action_widget->signal_id > 0 && action_widget->doc_model) { Shouldn't we do all this in ev_page_action_widget_set_model instead?
Finally, it got applied a similar patch to this one. https://git.gnome.org/browse/evince/commit/?id=116d8bc1d *** This bug has been marked as a duplicate of bug 774833 ***