diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-08 23:23:20 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-08 23:23:20 +0800 |
commit | 61276718fc0643e8951219748b3dd4ee0b282d23 (patch) | |
tree | 44bcd413cd03dea6c8db1e9f0f81cae0c2609e8e /libempathy-gtk/empathy-presence-chooser.c | |
parent | 859b7a4bd567c16b210870a41bacf8356cbd0ebc (diff) | |
download | gsoc2013-empathy-61276718fc0643e8951219748b3dd4ee0b282d23.tar gsoc2013-empathy-61276718fc0643e8951219748b3dd4ee0b282d23.tar.gz gsoc2013-empathy-61276718fc0643e8951219748b3dd4ee0b282d23.tar.bz2 gsoc2013-empathy-61276718fc0643e8951219748b3dd4ee0b282d23.tar.lz gsoc2013-empathy-61276718fc0643e8951219748b3dd4ee0b282d23.tar.xz gsoc2013-empathy-61276718fc0643e8951219748b3dd4ee0b282d23.tar.zst gsoc2013-empathy-61276718fc0643e8951219748b3dd4ee0b282d23.zip |
coding style fixesEMPATHY_2_91_2
Diffstat (limited to 'libempathy-gtk/empathy-presence-chooser.c')
-rw-r--r-- | libempathy-gtk/empathy-presence-chooser.c | 2 |
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); |