diff --git a/thunar/thunar-shortcuts-model.c b/thunar/thunar-shortcuts-model.c index 2aae575..61535b9 100644 --- a/thunar/thunar-shortcuts-model.c +++ b/thunar/thunar-shortcuts-model.c @@ -843,7 +843,7 @@ thunar_shortcuts_model_load (ThunarShortcutsModel *model) continue; /* make sure the file refers to a directory */ - if (G_UNLIKELY (thunar_file_is_directory (file))) + if (G_UNLIKELY (thunar_file_is_directory (file)) || !thunar_file_is_local (file)) { /* create the shortcut entry */ shortcut = g_slice_new0 (ThunarShortcut);