diff options
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index cedb7a5e9..570d73b69 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -2647,7 +2647,7 @@ chat_contacts_visible_timeout_cb (gpointer chat) /* Set the position of the slider. This must be done here because * GtkPaned need to know its size allocation and it will be settled only - * after the gtk_window_resize() tough effect. */ + * after the gtk_window_resize () tough effect. */ if (priv->contacts_width > 0) { gtk_paned_set_position (GTK_PANED (priv->hpaned), priv->contacts_width); |