Skip to content

Fix signal disconnect in thunar_window_unrealize

Evangelos Foutras requested to merge (removed):clipboard-changed-callback into master

Commit c2a97b89 replaced the gtk_widget_queue_draw callback with thunar_window_clipboard_manager_changed. The same change needs to be made in thunar_window_unrealize, which was still referencing the old function (gtk_widget_queue_draw).

Fixes: c2a97b89 ("Fix file-icon update when file is cut (Issue #588 (closed))")
Closes: #653 (closed)

Edited by Evangelos Foutras

Merge request reports