Fix deprecations for GtkIconInfo

This commit is contained in:
Jasper St. Pierre
2013-02-15 19:35:44 -05:00
parent 489a10f488
commit 367364a8e1
8 changed files with 18 additions and 18 deletions

View File

@ -1944,7 +1944,7 @@ get_icon_for_mime_type (const char *mime_type,
return NULL;
pixbuf = gtk_icon_info_load_icon (info, NULL);
gtk_icon_info_free (info);
g_object_unref (info);
return pixbuf;
}