After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 683314 - [new roster] top contacts not displayed on top in non group mode
[new roster] top contacts not displayed on top in non group mode
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Contact List
2.33.x
Other Linux
: Normal enhancement
: 3.6
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-09-04 08:10 UTC by Guillaume Desmottes
Modified: 2012-09-04 08:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
roster-view: compare groups using strcmp (1.54 KB, patch)
2012-09-04 08:13 UTC, Guillaume Desmottes
none Details | Review
roster-view: compare groups using strcmp (1.12 KB, patch)
2012-09-04 08:31 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2012-09-04 08:10:00 UTC
.
Comment 1 Guillaume Desmottes 2012-09-04 08:13:01 UTC
Created attachment 223401 [details] [review]
roster-view: compare groups using strcmp

Groups are added to the list in another file (the model) so the string will
have another address than the one in the view.
Comment 2 Guillaume Desmottes 2012-09-04 08:31:43 UTC
Created attachment 223404 [details] [review]
roster-view: compare groups using strcmp

Groups are added to the list in another file (the model) so the string will
have another address than the one in the view.
Comment 3 Guillaume Desmottes 2012-09-04 08:33:10 UTC
Attachment 223404 [details] pushed as f6ad0c3 - roster-view: compare groups using strcmp