Skip to content
Snippets Groups Projects
Commit 7e66ce64 authored by Jannis Pohlmann's avatar Jannis Pohlmann
Browse files

Fix missing instruction to load the sendto model (bug #6762).

Apparently, I forgot to add the call to thunar_sendto_model() load back
again when I rewrote the sendto model based on GIO.
parent fea6984b
No related branches found
No related tags found
No related merge requests found
......@@ -271,6 +271,9 @@ thunar_sendto_model_get_matching (ThunarSendtoModel *sendto_model,
g_free (dir);
}
g_strfreev (datadirs);
/* load the model */
thunar_sendto_model_load (sendto_model);
}
/* test all handlers */
......
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