GNOME Bugzilla – Bug 551963
Wrong number of persons found in Address Book
Last modified: 2010-05-30 16:21:16 UTC
Are there two Yannick, as shown in the attached window? :o) I propose to remove the first line ("Search Results Limited to 100 entries"), thus the number is correct. Also, to replace the text: N users found by: N users found (Search Results Limited to 100 entries) in the case N >= 100, otherwise just "N users found", as it is now. As we are in string freeze, do simply a concatenation of the two strings ("N users found" and the other).
Created attachment 118588 [details] 2 users found, but only one user in reality
It's the server's fault : the code can't do much if it adds dummy entries!
I'm tempted to close as WONTFIX. Indeed, we are connecting to an LDAP server, and that LDAP server returns 2 entries. I'm not very confortable with adding a workaround that would detect that we are connection to ldap.ekiga.net and that there is a special entry that is not an user. That would be something hardcoded expressly for Ekiga.net, and I do not like hardcoded things...
Does LDAP protocol always add this line (in this case ekiga could remove it) or is ekiga.net LDAP server which adds it (in this case ekiga.net could be modified, but later)?
Ekiga.net adds this line. I would not remove it. See it like advertising.
Maybe we can change the text or similar - or the type, whatever. Something like that, you know.
That's an ekiga.net thingie in any case -- not an ekiga problem -- hence the NOTGNOME :-)
I have a new dup of this, let's open it and mark as enhancement.
Well, I think that many users are confused about this number. Let's just fix it when ekiga.net and when the first entry has "Search results", ok Damien?
Fixed in http://git.gnome.org/browse/ekiga/commit/?h=gnome-2-26&id=f46089f99991663e3ce907a74b448de0b48ece9c and http://git.gnome.org/browse/ekiga/commit/?id=9949f91e454631aee6287b99eca434bc63879af9