aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-10 22:09:02 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:06 +0800
commit4598bce7db6276a9f1f9e21adef8723b646bf44b (patch)
tree36619009e101de4b0db54926352cffd8f1a3625a /src/empathy.c
parent44c61cce71ad3683aa6a284ce117e286423f555c (diff)
downloadgsoc2013-empathy-4598bce7db6276a9f1f9e21adef8723b646bf44b.tar
gsoc2013-empathy-4598bce7db6276a9f1f9e21adef8723b646bf44b.tar.gz
gsoc2013-empathy-4598bce7db6276a9f1f9e21adef8723b646bf44b.tar.bz2
gsoc2013-empathy-4598bce7db6276a9f1f9e21adef8723b646bf44b.tar.lz
gsoc2013-empathy-4598bce7db6276a9f1f9e21adef8723b646bf44b.tar.xz
gsoc2013-empathy-4598bce7db6276a9f1f9e21adef8723b646bf44b.tar.zst
gsoc2013-empathy-4598bce7db6276a9f1f9e21adef8723b646bf44b.zip
tpaw-utils: move empathy_window_present* to tp-aw and rename it
This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c
index 5cfe9f38b..4a36da61c 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -24,6 +24,7 @@
#include <glib/gstdio.h>
#include <glib/gi18n.h>
#include <libnotify/notify.h>
+#include <tp-account-widgets/tpaw-utils.h>
#ifdef HAVE_LIBCHAMPLAIN
#include <clutter-gtk/clutter-gtk.h>
@@ -342,7 +343,7 @@ empathy_app_activate (GApplication *app)
else
{
if (!self->start_hidden)
- empathy_window_present (GTK_WINDOW (self->window));
+ tpaw_window_present (GTK_WINDOW (self->window));
}
/* Display the accounts dialog if needed */