Skip to content

Commit

Permalink
Merge pull request #1250 from brownsr/c12
Browse files Browse the repository at this point in the history
replace deprecated gtk_icon_info_free with g_object_unref
  • Loading branch information
clefebvre committed Aug 17, 2016
2 parents ec400e1 + 2dc158c commit 7deeff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nemo-places-sidebar.c
Expand Up @@ -362,7 +362,7 @@ get_eject_icon (NemoPlacesSidebar *sidebar,
NULL,
NULL);

gtk_icon_info_free (icon_info);
g_object_unref (icon_info);
} else {
GtkIconSet *icon_set;

Expand Down

0 comments on commit 7deeff6

Please sign in to comment.