diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-01-20 22:01:51 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-01-23 17:45:38 +0800 |
commit | 493a623ab5712ef7dd37c9e9f0a31ce8aaef7e48 (patch) | |
tree | 4fe77c932fcdfef60bccf04bc32af003b0468349 | |
parent | 35bc184f4aceef9a35bd320ef111f93f918e10cc (diff) | |
download | gsoc2013-empathy-493a623ab5712ef7dd37c9e9f0a31ce8aaef7e48.tar gsoc2013-empathy-493a623ab5712ef7dd37c9e9f0a31ce8aaef7e48.tar.gz gsoc2013-empathy-493a623ab5712ef7dd37c9e9f0a31ce8aaef7e48.tar.bz2 gsoc2013-empathy-493a623ab5712ef7dd37c9e9f0a31ce8aaef7e48.tar.lz gsoc2013-empathy-493a623ab5712ef7dd37c9e9f0a31ce8aaef7e48.tar.xz gsoc2013-empathy-493a623ab5712ef7dd37c9e9f0a31ce8aaef7e48.tar.zst gsoc2013-empathy-493a623ab5712ef7dd37c9e9f0a31ce8aaef7e48.zip |
contact-widget: stop storing hbox_contact
It's not used.
https://bugzilla.gnome.org/show_bug.cgi?id=666714
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index 531f8e410..509df53e8 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -88,7 +88,6 @@ typedef struct GtkWidget *vbox_contact_widget; /* Contact */ - GtkWidget *hbox_contact; GtkWidget *widget_avatar; GtkWidget *widget_account; GtkWidget *image_account; @@ -1738,7 +1737,6 @@ empathy_contact_widget_new (EmpathyContact *contact, "libempathy-gtk"); gui = empathy_builder_get_file (filename, "vbox_contact_widget", &information->vbox_contact_widget, - "hbox_contact", &information->hbox_contact, "hbox_presence", &information->hbox_presence, "label_alias", &information->label_alias, "image_state", &information->image_state, |