]> git.0d.be Git - empathy.git/commitdiff
empathy: fix coding style
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 15 May 2009 15:51:02 +0000 (16:51 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 18 May 2009 08:48:42 +0000 (09:48 +0100)
src/empathy.c

index 5cd49fd30d7b4bb83649eb3873e8a320f2630280..fe122e01f2d7510ddacbddb0c5bd25a602a137c9 100644 (file)
@@ -229,7 +229,7 @@ create_salut_account (void)
        GError     *error = NULL;
 
        /* Check if we already created a salut account */
-       empathy_conf_get_bool (empathy_conf_get(),
+       empathy_conf_get_bool (empathy_conf_get (),
                               EMPATHY_PREFS_SALUT_ACCOUNT_CREATED,
                               &salut_created);
        if (salut_created) {
@@ -462,7 +462,7 @@ main (int argc, char *argv[])
 
        empathy_gtk_init ();
        g_set_application_name (_(PACKAGE_NAME));
-       g_setenv("PULSE_PROP_media.role", "phone", TRUE);
+       g_setenv ("PULSE_PROP_media.role", "phone", TRUE);
 
        gst_init (&argc, &argv);
 
@@ -533,7 +533,7 @@ main (int argc, char *argv[])
                                 use_nm_notify_cb, idle);
 
        /* Autoconnect */
-       empathy_conf_get_bool (empathy_conf_get(),
+       empathy_conf_get_bool (empathy_conf_get (),
                               EMPATHY_PREFS_AUTOCONNECT,
                               &autoconnect);
        if (autoconnect && ! no_connect &&