aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-widget.c
diff options
context:
space:
mode:
authorJonathan Tellier <jonathan.tellier@gmail.com>2009-08-06 22:51:35 +0800
committerjtellier <jonathan.tellier@collabora.co.uk>2009-08-06 22:51:35 +0800
commit1edab7cb3e0c6de74d22849c904bcde2168c2854 (patch)
tree6d672567de1f37392fac36044a4077fad06f30b0 /libempathy-gtk/empathy-contact-widget.c
parent2fe171b03ebf6e2a4f726e456527cacafa1c4194 (diff)
downloadgsoc2013-empathy-1edab7cb3e0c6de74d22849c904bcde2168c2854.tar
gsoc2013-empathy-1edab7cb3e0c6de74d22849c904bcde2168c2854.tar.gz
gsoc2013-empathy-1edab7cb3e0c6de74d22849c904bcde2168c2854.tar.bz2
gsoc2013-empathy-1edab7cb3e0c6de74d22849c904bcde2168c2854.tar.lz
gsoc2013-empathy-1edab7cb3e0c6de74d22849c904bcde2168c2854.tar.xz
gsoc2013-empathy-1edab7cb3e0c6de74d22849c904bcde2168c2854.tar.zst
gsoc2013-empathy-1edab7cb3e0c6de74d22849c904bcde2168c2854.zip
Fixed style
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.c')
-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 e51384548..d6f806360 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -602,8 +602,8 @@ contact_widget_contact_setup (EmpathyContactWidget *information)
TRUE);
if (!(information->flags & EMPATHY_CONTACT_WIDGET_FOR_TOOLTIP))
- gtk_label_set_selectable (GTK_LABEL (information->label_status), TRUE);
-
+ gtk_label_set_selectable (GTK_LABEL (information->label_status), TRUE);
+
gtk_box_pack_start (GTK_BOX (information->hbox_presence),
information->label_status, TRUE, TRUE, 0);
gtk_widget_show (information->label_status);