25 Jul
2011
25 Jul
'11
1:04 a.m.
W dniu 25 lipca 2011 02:22 użytkownik Jon Cruz <jon@...18...> napisał:
That wont work. It breaks the load order. We want to have our internally generated icons have last priority, not first.
No, it will definitely not break the load order. There are two functions. gtk_icon_theme_append_search_path() - this will add the specified directory as the last one searched, and is the one I suggested. gtk_icon_theme_prepend_search_path() - this would add the cache directory as the first one searched.
Regards, Krzysztof