]> git.0d.be Git - empathy.git/commitdiff
coding style fixes
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 8 Nov 2010 15:23:20 +0000 (16:23 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 8 Nov 2010 15:23:20 +0000 (16:23 +0100)
libempathy-gtk/empathy-chat.c
libempathy-gtk/empathy-presence-chooser.c

index e946ae57face679d5ed0fdeea91d4b561b02f4b8..1c7163731903a8122dd5898a85f03da24b209b16 100644 (file)
@@ -1896,7 +1896,7 @@ chat_spelling_build_add_to_dictionary_item (EmpathyChatSpell *chat_spell)
        g_assert (codes != NULL);
        if (g_list_length (codes) > 1) {
                /* translators: %s is the selected word */
-               label = g_strdup_printf(_("Add '%s' to Dictionary"),
+               label = g_strdup_printf (_("Add '%s' to Dictionary"),
                                        chat_spell->word);
                item = gtk_image_menu_item_new_with_mnemonic (label);
                g_free (label);
@@ -1933,7 +1933,7 @@ chat_spelling_build_add_to_dictionary_item (EmpathyChatSpell *chat_spell)
                g_assert (name != NULL);
                /* translators: first %s is the selected word,
                 * second %s is the language name of the target dictionary */
-               label = g_strdup_printf(_("Add '%s' to %s Dictionary"),
+               label = g_strdup_printf (_("Add '%s' to %s Dictionary"),
                                        chat_spell->word, name);
                item = gtk_image_menu_item_new_with_mnemonic (label);
                g_free (label);
index 1dbc38aec7f82975caca9f398d4b7b4731ab546f..33bf02811bf37a47954e5ca7444c49c321384d01 100644 (file)
@@ -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);