]> git.0d.be Git - empathy.git/commitdiff
contact-widget: stop storing hbox_contact
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 20 Jan 2012 14:01:51 +0000 (15:01 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 23 Jan 2012 09:45:38 +0000 (10:45 +0100)
It's not used.

https://bugzilla.gnome.org/show_bug.cgi?id=666714

libempathy-gtk/empathy-contact-widget.c

index 531f8e410bd01b90b4c9b042dad4ae4d429eebab..509df53e828b8906fecff76809c08fd99a323874 100644 (file)
@@ -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,