Skip to content
Commit 703919ef authored by Vincent Untz's avatar Vincent Untz
Browse files

[core] Fix wnck_application_get_icon_is_fallback()

We can't simply call _wnck_icon_cache_get_is_fallback() since we're
possibly using the icon from a window:

 + if we have an icon for the application, we know it's not a fallback
   icon (we use _wnck_icon_cache_set_want_fallback())
 + if we use the icon of a window, then we simply relay the result of
   wnck_window_get_icon_is_fallback()

http://bugzilla.gnome.org/show_bug.cgi?id=586571
parent bc3a580e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment