diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-15 19:35:44 -0500 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-15 19:48:56 -0500 |
commit | 367364a8e109c3ccb792f775115ff70f14b8812f (patch) | |
tree | 0d2abfbf83a24b2a6c389d69aaeb9e4a7f024140 /tests/testicontheme.c | |
parent | 489a10f4884fce14dc2786dbf17fe0b5b7d3f0aa (diff) | |
download | gtk+-367364a8e109c3ccb792f775115ff70f14b8812f.tar.gz |
Fix deprecations for GtkIconInfo
Diffstat (limited to 'tests/testicontheme.c')
-rw-r--r-- | tests/testicontheme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testicontheme.c b/tests/testicontheme.c index bc0ee6959f..d294a47b34 100644 --- a/tests/testicontheme.c +++ b/tests/testicontheme.c @@ -231,7 +231,7 @@ main (int argc, char *argv[]) if (display_name) g_print ("Display name: %s\n", display_name); - gtk_icon_info_free (icon_info); + g_object_unref (icon_info); } } else |