mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
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:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user