Skip to content

grilo: Fix crash when deleting video

Krifa75 requested to merge Krifa75/totem:fix-crash-delete-video into master

Wrong argument in the call of g_signal_handlers_(un)block_by_func.

The only issue is, at the deletion, there is a critical message:
(totem:7130): Gtk-CRITICAL **: 22:04:50.886: gtk_tree_model_sort_real_unref_node: assertion 'elt->ref_count > 0' failed

I didn't succeed to find the root cause. It may be an issue in Totem or LibGd. Sorry for that.

Closes: #593 (closed)

Merge request reports