Comment 56 for bug 162993

Revision history for this message
In , Ventnor-bugzilla (ventnor-bugzilla) wrote :

Created an attachment (id=291313)
Soft dependency on libgnomeui

This will remove the hard dependency that the icon decoder has on libgnomeui, by changing the libgnomeui function calls to soft library symbol lookups. Since the dependency is now soft this should mean that you no longer need libgnomeui to get the stock icons, which actually use a GTK function.

Libgnomeui was necessary for filetype icons so no libgnomeui means no download manager icons, but this was always the behaviour when libgnomeui was not found.

I'll want a review quickly since B2 freeze is too close... :-(