Skip to content

Commit 536abab

Browse files
cover-art: fix compilation error (#512)
based on GNOME/sushi@a5dec7e
1 parent 400ccc5 commit 536abab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nemo-preview/src/libnemo-preview/nemo-preview-cover-art.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ cache_file_query_info_cb (GObject *source,
505505
file = get_gfile_for_amazon (self);
506506
g_error_free (error);
507507
} else {
508-
file = g_object_ref (source);
508+
file = G_FILE (g_object_ref (source));
509509
}
510510

511511
try_read_from_file (self, file);

0 commit comments

Comments
 (0)