aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-linking-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall2010-09-071-1/+2
| | | | | | | 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.
* Add a tooltip to the “Unlink” buttonPhilip Withnall2010-09-061-0/+2
| | | | Closes: bgo#628376
* Add a confirmation dialogue to the unlink processPhilip Withnall2010-09-061-3/+24
| | | | | | This makes it harder to accidentally remove a linked Individual now that the “Unlink” button is easier to find, and also makes it more obvious that Empathy hasn't just crashed when unlinking. Helps: bgo#628377
* Move the “Unlink” button from the Edit dialogue to the linking dialoguePhilip Withnall2010-09-061-0/+40
| | | | | This is a more logical place for it, making unlinking more discoverable. Helps: bgo#628376
* Fix code formatting in EmpathyLinkingDialogPhilip Withnall2010-09-061-8/+9
|
* Add empathy_linking_dialog_get_individual_linker()Philip Withnall2010-09-021-0/+8
| | | | Helps: bgo#628133
* Change the sensitivity of the Link button if changes have been madePhilip Withnall2010-08-301-3/+20
| | | | Closes: bgo#628320
* Bug 628062 — Add translator commentsPhilip Withnall2010-08-271-0/+6
|
* Add EmpathyLinkingDialogPhilip Withnall2010-08-121-0/+175
A dialogue which uses EmpathyIndividualLinker to allow linking of Individuals, accessible by a "Link" entry in the contacts' context menu.