aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.c-8611
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-util.c-8611')
-rw-r--r--e-util/e-util.c-86112
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-util.c-8611 b/e-util/e-util.c-8611
index cac850b0d5..9540e0400b 100644
--- a/e-util/e-util.c-8611
+++ b/e-util/e-util.c-8611
@@ -43,7 +43,7 @@ g_int_compare(const void *x, const void *y)
else if ( GPOINTER_TO_INT(x) == GPOINTER_TO_INT(y) )
return 0;
else
- return -1;
+ return 1;
}
char *
'>bygfoot
Commit message (Expand)AuthorAgeFilesLines
* - Use %%DATADIR%% in pkg-plistdanilo2013-10-301-797/+797
* - Add stage supportdanilo2013-10-301-1/+0
* Explicitly link libraries on 10 unmaintained portsmarino2013-10-081-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Add an explicit dependency on pkgconfbapt2013-09-031-5/+2
* - Drop all my portspav2013-07-101-1/+1
* - update png to 1.5.10dinoex2012-06-01