Same fix repeated
This commit is contained in:
parent
f28c2c48d8
commit
8b05e14aa7
|
@ -1360,7 +1360,7 @@ static int _align_compare(const void * a, const void * b)
|
|||
|
||||
if(firsta && !firstb)
|
||||
return -1;
|
||||
else if(firstb)
|
||||
else if(!firsta && firstb)
|
||||
return 1;
|
||||
dira = desktopicon_get_isdir(icona);
|
||||
dirb = desktopicon_get_isdir(iconb);
|
||||
|
|
Loading…
Reference in New Issue
Block a user