commit ab7cc816d6846061f61b9ad7baccd0acf1c3e290
parent 341492d15df0221392c25f76b7833b539f91c1ea
Author: Lassebq <lassebq.mine@gmail.com>
Date: Sun, 15 Oct 2023 13:13:04 +0300
Fix wrong pointer type
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);