|
Lines 3921-3933
thumbnail_start (NautilusDirectory *dire
Link Here
|
| 3921 |
state->file = file; |
3921 |
state->file = file; |
| 3922 |
state->cancellable = g_cancellable_new (); |
3922 |
state->cancellable = g_cancellable_new (); |
| 3923 |
|
3923 |
|
| 3924 |
if (file->details->thumbnail_size > 128) { |
3924 |
location = g_file_new_for_path (file->details->thumbnail_path); |
| 3925 |
state->tried_original = TRUE; |
|
|
| 3926 |
state->trying_original = TRUE; |
| 3927 |
location = nautilus_file_get_location (file); |
| 3928 |
} else { |
| 3929 |
location = g_file_new_for_path (file->details->thumbnail_path); |
| 3930 |
} |
| 3931 |
|
3925 |
|
| 3932 |
directory->details->thumbnail_state = state; |
3926 |
directory->details->thumbnail_state = state; |
| 3933 |
|
3927 |
|