aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-08-25 18:37:52 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-08-25 18:37:52 +0800
commit582ff100c307791dfd68c161440403d6e00d6792 (patch)
tree6f6a21f8ac8f1dcc4d1fa9f819be225654fe67d7 /libempathy-gtk
parentc9739ed395b17907cd9a369992b161ac932fc545 (diff)
downloadgsoc2013-empathy-582ff100c307791dfd68c161440403d6e00d6792.tar
gsoc2013-empathy-582ff100c307791dfd68c161440403d6e00d6792.tar.gz
gsoc2013-empathy-582ff100c307791dfd68c161440403d6e00d6792.tar.bz2
gsoc2013-empathy-582ff100c307791dfd68c161440403d6e00d6792.tar.lz
gsoc2013-empathy-582ff100c307791dfd68c161440403d6e00d6792.tar.xz
gsoc2013-empathy-582ff100c307791dfd68c161440403d6e00d6792.tar.zst
gsoc2013-empathy-582ff100c307791dfd68c161440403d6e00d6792.zip
EmpathyContactWidget: correct typo, "hbow" -> "hbox"
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1377 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-contact-widget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c
index fb09fa3b6..66c03b434 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -84,7 +84,7 @@ typedef struct
/* Client */
GtkWidget *vbox_client;
GtkWidget *table_client;
- GtkWidget *hbow_client_requested;
+ GtkWidget *hbox_client_requested;
} EmpathyContactWidget;
typedef struct
@@ -186,7 +186,7 @@ empathy_contact_widget_new (EmpathyContact *contact,
"hbox_details_requested", &information->hbox_details_requested,
"vbox_client", &information->vbox_client,
"table_client", &information->table_client,
- "hbox_client_requested", &information->hbow_client_requested,
+ "hbox_client_requested", &information->hbox_client_requested,
NULL);
g_free (filename);