GNOME Bugzilla – Bug 656020
Factor out EmpathyContactChooser from EmpathyInviteParticipantDialog
Last modified: 2011-08-05 13:05:34 UTC
As part of bug #650861 I refactored EmpathyInviteParticipantDialog to move the contact selection part to its own widget.
Created attachment 193298 [details] [review] Add EmpathyContactChooser This is a pure code refactoring from EmpathyInviteParticipantDialog, this widget is not generic yet.
Created attachment 193299 [details] [review] Move back filtering logic from EmpathyContactChooser to EmpathyInviteParticipantDialog
Created attachment 193300 [details] [review] Move back selection of the TpContact from the Individual from EmpathyContactChooser to EmpathyInviteParticipantDialog
Created attachment 193301 [details] [review] EmpathyContactChooser: remove EmpathyTpChat property It's not used any more and a generic widget shouldn't need it.
Also in http://cgit.collabora.com/git/user/cassidy/empathy/log/?h=contact-selector-656020
+ /* Filter out the contact is we are searching and it doesn't match */ if we are Your commit messages are too long, you should try to make them less than 60 chars wide or so Looks good otherwise! Feel free to fix that and merge right away.
Attachment 193298 [details] pushed as 820b547 - Add EmpathyContactChooser Attachment 193301 [details] pushed as 8e839c4 - EmpathyContactChooser: remove EmpathyTpChat property