]> git.0d.be Git - empathy.git/commitdiff
Fixed style
authorJonathan Tellier <jonathan.tellier@gmail.com>
Thu, 6 Aug 2009 14:51:35 +0000 (10:51 -0400)
committerjtellier <jonathan.tellier@collabora.co.uk>
Thu, 6 Aug 2009 14:51:35 +0000 (10:51 -0400)
libempathy-gtk/empathy-contact-widget.c

index e513845487ebf5d15476b64e7c75ffc4d172e94c..d6f80636033ae7aefb23d0ba72d19c2680ea91ea 100644 (file)
@@ -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);