From ab7cc816d6846061f61b9ad7baccd0acf1c3e290 Mon Sep 17 00:00:00 2001 From: Lassebq Date: Sun, 15 Oct 2023 13:13:04 +0300 Subject: Fix wrong pointer type --- dicons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dicons.c b/dicons.c index f39e2f5..ee75a20 100644 --- a/dicons.c +++ b/dicons.c @@ -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); -- cgit v1.2.3