aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-edit-dialog.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.
* Move the “Unlink” button from the Edit dialogue to the linking dialoguePhilip Withnall2010-09-061-52/+1
| | | | | This is a more logical place for it, making unlinking more discoverable. Helps: bgo#628376
* Update the Edit dialogue on contact linking or unlinkingPhilip Withnall2010-09-031-29/+78
| | | | | | | | Ensure any open Edit dialogues are: • closed, if they're editing the details for a meta-contact which is then unlinked; or • reloaded to show the details of the new meta-contact, if they're editing the details for a contact which is then linked.
* Add EmpathyIndividualEditDialogPhilip Withnall2010-08-201-0/+273
This replaces the edit dialogue from empathy-contact-dialogs.c, and is now used from the EmpathyIndividualMenu. Closes: bgo#626544