]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-ui-utils.c
Only play logout sound if switching to Offline from Available.
[empathy.git] / libempathy-gtk / empathy-ui-utils.c
index 83141afbf3bd4f3680299ac8274ba745f061f6d5..da658dac6d5db57bb9a6f5febe401cce50450e34 100644 (file)
@@ -1513,7 +1513,6 @@ empathy_sound_pref_is_enabled (const char *key)
        presence = empathy_idle_get_state (idle);
        g_object_unref (idle);
 
-
        if (presence != MC_PRESENCE_AVAILABLE &&
            presence != MC_PRESENCE_UNSET) {
                empathy_conf_get_bool (conf, EMPATHY_PREFS_SOUNDS_DISABLED_AWAY,