diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-26 02:04:09 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-27 18:54:50 +0800 |
commit | a0d79de6f5151ee14b25364060e5dd2338f800a9 (patch) | |
tree | 872b7101219888466a0ba7b5c5c5faed69dd098c /configure.ac | |
parent | b4a1d5606e68916a99ca672818bcbebb5c2a8ee0 (diff) | |
download | gsoc2013-empathy-a0d79de6f5151ee14b25364060e5dd2338f800a9.tar gsoc2013-empathy-a0d79de6f5151ee14b25364060e5dd2338f800a9.tar.gz gsoc2013-empathy-a0d79de6f5151ee14b25364060e5dd2338f800a9.tar.bz2 gsoc2013-empathy-a0d79de6f5151ee14b25364060e5dd2338f800a9.tar.lz gsoc2013-empathy-a0d79de6f5151ee14b25364060e5dd2338f800a9.tar.xz gsoc2013-empathy-a0d79de6f5151ee14b25364060e5dd2338f800a9.tar.zst gsoc2013-empathy-a0d79de6f5151ee14b25364060e5dd2338f800a9.zip |
Desensitise the "Linkā¦" menu entry for untrusted Individuals
This prevents the linking dialogue from being opened for local-xmpp contacts,
who cannot be trusted.
This bumps Empathy's dependency on libfolks to 0.1.15. Helps: bgo#627930
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a80a5110f..525272e86 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_COPYRIGHT([ # Minimal version required # Hardp deps -FOLKS_REQUIRED=0.1.13 +FOLKS_REQUIRED=0.1.15 GCONF_REQUIRED=1.2.0 GLIB_REQUIRED=2.25.9 GNUTLS_REQUIRED=2.8.5 |