aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-preferences.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-preferences.c')
-rw-r--r--src/empathy-preferences.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c
index 75e51c7ef..3fe949870 100644
--- a/src/empathy-preferences.c
+++ b/src/empathy-preferences.c
@@ -290,7 +290,8 @@ preferences_sound_load (EmpathyPreferences *preferences)
gtk_list_store_insert_with_values (store, &iter, i,
COL_SOUND_NAME, gettext (sound_entries[i].name),
- COL_SOUND_KEY, sound_entries[i].key, -1);
+ COL_SOUND_KEY, sound_entries[i].key,
+ COL_SOUND_ENABLED, set, -1);
}
}