diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-19 22:38:43 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-19 22:38:43 +0800 |
commit | 9830714434c0b2ff8679de2daa68d3aab6f09cc8 (patch) | |
tree | f3dbf521be328c8d1d68c183fa355799ab5a1aad /libempathy-gtk | |
parent | 768efa64b2986ffe6e394a7f58262f44e6e2fc99 (diff) | |
download | gsoc2013-empathy-9830714434c0b2ff8679de2daa68d3aab6f09cc8.tar gsoc2013-empathy-9830714434c0b2ff8679de2daa68d3aab6f09cc8.tar.gz gsoc2013-empathy-9830714434c0b2ff8679de2daa68d3aab6f09cc8.tar.bz2 gsoc2013-empathy-9830714434c0b2ff8679de2daa68d3aab6f09cc8.tar.lz gsoc2013-empathy-9830714434c0b2ff8679de2daa68d3aab6f09cc8.tar.xz gsoc2013-empathy-9830714434c0b2ff8679de2daa68d3aab6f09cc8.tar.zst gsoc2013-empathy-9830714434c0b2ff8679de2daa68d3aab6f09cc8.zip |
coding style fixEMPATHY_3_1_92
Diffstat (limited to 'libempathy-gtk')
-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); |