mirror of
https://github.com/Geronymos/desktop-icons
synced 2024-11-24 11:05:49 +01:00
Fix wrong pointer type
This commit is contained in:
parent
341492d15d
commit
ab7cc816d6
2
dicons.c
2
dicons.c
|
@ -46,7 +46,7 @@ void append_row_from_file(GtkListStore *store, GFile *file)
|
||||||
GdkPixbuf *pixbuf;
|
GdkPixbuf *pixbuf;
|
||||||
GAppInfo *app;
|
GAppInfo *app;
|
||||||
const gchar *display_name = NULL;
|
const gchar *display_name = NULL;
|
||||||
GdkPixbuf *icon = NULL;
|
GIcon *icon = NULL;
|
||||||
|
|
||||||
GKeyFile *keyfile = g_key_file_new ();
|
GKeyFile *keyfile = g_key_file_new ();
|
||||||
file_info = g_file_query_info(file, "standard::*,ownser::user", 0, 0, 0);
|
file_info = g_file_query_info(file, "standard::*,ownser::user", 0, 0, 0);
|
||||||
|
|
Loading…
Reference in a new issue