Fix wrong pointer type

This commit is contained in:
Lassebq 2023-10-15 13:13:04 +03:00
parent 92f1a503b2
commit 179dc39311
No known key found for this signature in database
GPG key ID: DE0866BB0C980B6E

View file

@ -46,7 +46,7 @@ void append_row_from_file(GtkListStore *store, GFile *file)
GdkPixbuf *pixbuf;
GAppInfo *app;
const gchar *display_name = NULL;
GdkPixbuf *icon = NULL;
GIcon *icon = NULL;
GKeyFile *keyfile = g_key_file_new ();
file_info = g_file_query_info(file, "standard::*,ownser::user", 0, 0, 0);