[empathy] contact-widget: stop storing hbox_contact
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] contact-widget: stop storing hbox_contact
- Date: Mon, 23 Jan 2012 09:45:52 +0000 (UTC)
commit 493a623ab5712ef7dd37c9e9f0a31ce8aaef7e48
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Fri Jan 20 15:01:51 2012 +0100
contact-widget: stop storing hbox_contact
It's not used.
https://bugzilla.gnome.org/show_bug.cgi?id=666714
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 531f8e4..509df53 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]