Switch deprecated gtk_icon_info_free to g_object_unref (#301)
This commit is contained in:
committed by
JosephMcc
parent
17062aaa18
commit
1820d0db69
@@ -91,7 +91,7 @@ xed_file_browser_utils_pixbuf_from_icon (GIcon *icon,
|
|||||||
}
|
}
|
||||||
|
|
||||||
ret = gtk_icon_info_load_icon (info, NULL);
|
ret = gtk_icon_info_load_icon (info, NULL);
|
||||||
gtk_icon_info_free (info);
|
g_object_unref (info);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user