aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-04-21 06:31:24 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-04-22 18:21:14 +0800
commita5356f9c7ea9979f05a6752a848d944a9ed7264d (patch)
treeec23a0e406e3f8dd64542014983a78afdfcb0c36 /libempathy-gtk
parent20db4d8b1bd291c9214b61945ce61e0aa0986929 (diff)
downloadgsoc2013-empathy-a5356f9c7ea9979f05a6752a848d944a9ed7264d.tar
gsoc2013-empathy-a5356f9c7ea9979f05a6752a848d944a9ed7264d.tar.gz
gsoc2013-empathy-a5356f9c7ea9979f05a6752a848d944a9ed7264d.tar.bz2
gsoc2013-empathy-a5356f9c7ea9979f05a6752a848d944a9ed7264d.tar.lz
gsoc2013-empathy-a5356f9c7ea9979f05a6752a848d944a9ed7264d.tar.xz
gsoc2013-empathy-a5356f9c7ea9979f05a6752a848d944a9ed7264d.tar.zst
gsoc2013-empathy-a5356f9c7ea9979f05a6752a848d944a9ed7264d.zip
Add G_PARAM_STATIC_STRINGS to EmpathyContact properties
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-contact-widget.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c
index e8ddc01a2..fc64d15c6 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -157,7 +157,6 @@ empathy_contact_widget_new (EmpathyContact *contact,
{
EmpathyContactWidget *information;
GtkBuilder *gui;
- TpConnection *connection;
gchar *filename;
g_return_val_if_fail (contact == NULL || EMPATHY_IS_CONTACT (contact), NULL);