Same fix repeated

This commit is contained in:
Pierre Pronchery 2010-12-31 11:49:22 +00:00
parent f28c2c48d8
commit 8b05e14aa7

View File

@ -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);