s/icon1()/use_icon1()

s/icon2()/use_icon2()
Let selected icon be darker; it is a much better visual than only
selected icon label
This commit is contained in:
Sanel Zukan
2008-10-03 11:29:56 +00:00
parent 40400c0654
commit bc68297a78
3 changed files with 20 additions and 9 deletions

View File

@@ -920,9 +920,9 @@ void Desktop::dir_watch(const char* dir, const char* changed, int flags) {
for(it = icons.begin(), it_end = icons.end(); it != it_end; ++it) {
if((*it)->icon_type() == ICON_TRASH) {
if(is_empty)
(*it)->icon1();
(*it)->use_icon1();
else
(*it)->icon2();
(*it)->use_icon2();
}
}