~ubuntu-branches/debian/experimental/empathy/experimental

« back to all changes in this revision

Viewing changes to libempathy-gtk/empathy-cell-renderer-activatable.c

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2013-10-26 17:12:53 UTC
  • mfrom: (1.21.71)
  • Revision ID: package-import@ubuntu.com-20131026171253-hmxvp8vrkqromrpp
Tags: 3.10.1-1
* New upstream release
* Bump build-dependencies
* Dropped patches that aren't relevant anymore:
  + d/p/0001-Use-new-api-versioned-name-for-geocode-glib.patch
  + d/p/0002-Update-to-new-GeocodeLocation-API-in-geocode-glib-0..patch
  + d/p/0003-Add-missing-include.patch
* debian/patches/telepathy-account-widgets-compilation.patch:
  + Added, fix compilation with --as-needed
* debian/shlibs.local: Updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 */
22
22
 
23
23
#include "config.h"
24
 
 
25
 
#include <libempathy/empathy-utils.h>
26
 
 
27
24
#include "empathy-cell-renderer-activatable.h"
28
25
 
 
26
#include "empathy-utils.h"
 
27
 
29
28
enum {
30
29
  PATH_ACTIVATED,
31
30
  LAST_SIGNAL