efreet: fix signed warning
authorSebastian Dransfeld <sd@tango.flipp.net>
Mon, 11 May 2015 11:31:21 +0000 (13:31 +0200)
committerSebastian Dransfeld <sd@tango.flipp.net>
Mon, 11 May 2015 11:34:10 +0000 (13:34 +0200)
commit9e0a00d768b90917a0b190420c65db8d4c640ed2
tree66b9d62ea6150c914c85081cc32c6ed39460876d
parent3433c1449e69bcc3701dd1ca204d5d4d2ba3853e
efreet: fix signed warning

Update to 6a0d23. Casting to int isn't a real solution, since we could
have values which overflows.

Since we want the absolute value, just make sure we subtract the larger
value from the smaller.
src/lib/efreet/efreet_icon.c