[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kopete-devel
Subject:    [Kopete-devel] [PATCH]: make sorting case insensitive
From:       Lee William Howes <lwh01 () doc ! ic ! ac ! uk>
Date:       2003-01-27 9:48:02
[Download RAW message or body]

Current sort order will have all contacts with capital letters at the top,
and those with lower case further down, which tends to be somewhat annoying.

This is a blindingly simple patch to correct the above issue.

Lee Howes
["sorting.patch" (TEXT/PLAIN)]

Index: kopetemetacontactlvi.cpp
===================================================================
RCS file: /home/kde/kdenonbeta/kopete/kopete/kopetemetacontactlvi.cpp,v
retrieving revision 1.85
diff -r1.85 kopetemetacontactlvi.cpp
655c655
< 	return importance_char + text(0);
---
> 	return importance_char + text(0).lower();

_______________________________________________
Kopete-devel mailing list
Kopete-devel@mail.kde.org
http://mail.kde.org/mailman/listinfo/kopete-devel

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic