diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-29 23:49:38 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-29 23:49:38 +0800 |
commit | c557cb70c90bba8d33c1104e15dc693a69caa9d7 (patch) | |
tree | 37f50516cb45684512a5c0d3ad88244d975f6a35 /libempathy-gtk | |
parent | caec259128182461e7454090cb7d88d7919483b2 (diff) | |
download | gsoc2013-empathy-c557cb70c90bba8d33c1104e15dc693a69caa9d7.tar gsoc2013-empathy-c557cb70c90bba8d33c1104e15dc693a69caa9d7.tar.gz gsoc2013-empathy-c557cb70c90bba8d33c1104e15dc693a69caa9d7.tar.bz2 gsoc2013-empathy-c557cb70c90bba8d33c1104e15dc693a69caa9d7.tar.lz gsoc2013-empathy-c557cb70c90bba8d33c1104e15dc693a69caa9d7.tar.xz gsoc2013-empathy-c557cb70c90bba8d33c1104e15dc693a69caa9d7.tar.zst gsoc2013-empathy-c557cb70c90bba8d33c1104e15dc693a69caa9d7.zip |
Chandlers leaves when there is no more channels to handle. Translate call window title
svn path=/trunk/; revision=514
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-call-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-call-window.c b/libempathy-gtk/empathy-call-window.c index 9b2b46f4b..a1c7bd799 100644 --- a/libempathy-gtk/empathy-call-window.c +++ b/libempathy-gtk/empathy-call-window.c @@ -24,6 +24,7 @@ #include "config.h" #include <gtk/gtk.h> +#include <glib/gi18n.h> #include <libempathy/empathy-debug.h> |