aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-presence-chooser.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-presence-chooser.c')
-rw-r--r--libempathy-gtk/empathy-presence-chooser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c
index 1dbc38aec..33bf02811 100644
--- a/libempathy-gtk/empathy-presence-chooser.c
+++ b/libempathy-gtk/empathy-presence-chooser.c
@@ -992,7 +992,7 @@ presence_chooser_finalize (GObject *object)
GtkWidget *
empathy_presence_chooser_new (void)
{
- /* FIXME, why can't this go in init()? */
+ /* FIXME, why can't this go in init ()? */
return g_object_new (EMPATHY_TYPE_PRESENCE_CHOOSER,
"has-entry", TRUE,
NULL);