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

« back to all changes in this revision

Viewing changes to libempathy-gtk/empathy-subscription-dialog.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:
19
19
 */
20
20
 
21
21
#include "config.h"
22
 
 
23
22
#include "empathy-subscription-dialog.h"
24
23
 
25
 
#include <libempathy/empathy-utils.h>
26
 
#include <libempathy-gtk/empathy-individual-widget.h>
27
 
 
28
24
#include <glib/gi18n-lib.h>
 
25
#include <telepathy-glib/telepathy-glib-dbus.h>
 
26
 
 
27
#include "empathy-individual-widget.h"
 
28
#include "empathy-utils.h"
29
29
 
30
30
G_DEFINE_TYPE (EmpathySubscriptionDialog, empathy_subscription_dialog, GTK_TYPE_MESSAGE_DIALOG)
31
31