diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-04-21 06:31:24 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-22 18:21:14 +0800 |
commit | a5356f9c7ea9979f05a6752a848d944a9ed7264d (patch) | |
tree | ec23a0e406e3f8dd64542014983a78afdfcb0c36 /libempathy-gtk/empathy-contact-widget.c | |
parent | 20db4d8b1bd291c9214b61945ce61e0aa0986929 (diff) | |
download | gsoc2013-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/empathy-contact-widget.c')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.c | 1 |
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); |