Skip to content
Snippets Groups Projects
Commit eb273d02 authored by Alexander Schwinn's avatar Alexander Schwinn
Browse files

Revert "Prevent crash when thumbnailer is not defined (#385)"

This reverts commit 34d802de.
parent 1ad7cbb3
No related branches found
No related tags found
No related merge requests found
Pipeline #2703 passed
......@@ -329,8 +329,7 @@ thunar_thumbnailer_queue_async_reply (GObject *proxy,
thumbnailer = THUNAR_THUMBNAILER (job->thumbnailer);
if (THUNAR_IS_THUMBNAILER (thumbnailer) == FALSE)
return;
_thunar_return_if_fail (THUNAR_IS_THUMBNAILER (thumbnailer));
_thumbnailer_lock (thumbnailer);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment