| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
They were removed from folks with commit
def47dffa31a95ec6bd333f43c69822416098283. This doesn't require a dependency
bump, since they're being replaced with calls to methods which exist in folks
0.3.1. See: bgo#629078. Closes: bgo#634754
|
|
|
|
|
|
| |
This is deprecated in GTK+ 2.22
Bug #630107
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Closes: bgo#628376
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
This is a more logical place for it, making unlinking more discoverable.
Helps: bgo#628376
|
| |
|
|
|
|
| |
Helps: bgo#628133
|
|
|
|
| |
Closes: bgo#628320
|
| |
|
|
A dialogue which uses EmpathyIndividualLinker to allow linking of Individuals,
accessible by a "Link" entry in the contacts' context menu.
|