aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-dialogs.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo2010-09-281-1/+0
| | | | | | This is deprecated in GTK+ 2.22 Bug #630107
* Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall2010-09-071-1/+1
| | | | | | | gtk_dialog_set_has_separator() has been removed in GTK+ 3, but can't be removed (or the property's default value changed) in GTK+ 2 without breaking API. This adds a wrapper macro to keep the calls when building against GTK+ 2, and remove them when building against GTK+ 3.
* We already know that this contact is a FolksIndividual if it isn't NULL, so ↵Travis Reitter2010-07-211-1/+1
| | | | simplify the conditional.
* Stick with the term 'contact' instead of adding 'individual'.Travis Reitter2010-07-211-1/+1
|
* Update copyright notice.Travis Reitter2010-07-211-1/+1
|
* Don't leak references to the contacts returned from ↵Travis Reitter2010-07-211-0/+3
| | | | empathy_contact_dup_from_folks_individual().
* Add 'dup' to the names of empathy_contact_from_folks_individual() and ↵Travis Reitter2010-07-211-1/+1
| | | | folks_individual_from_empathy_contact() to make it clear that the return value has been referenced.
* Support contact addingTravis Reitter2010-07-211-0/+152