summaryrefslogtreecommitdiff
path: root/src/totem-preferences.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-12-15 22:38:21 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2010-12-15 22:40:14 +0000
commit90a1762cde5c3bfdfc73d1a8f4940277d362d88f (patch)
treeba53c4dd02ed6183b91ef81c00dceed969ad4b44 /src/totem-preferences.c
parentbe8183ef97c4ddad67d8392a75d469e439942cad (diff)
downloadtotem-90a1762cde5c3bfdfc73d1a8f4940277d362d88f.tar.gz
Rename “audio out type” to “audio output type” in the BaconVideoWidget API
This makes things more consistent, and has to be done before we reach the API freeze for 3.0 if it's to be done at all, because BvwAudioOutputType is effectively public API, since it's used in our GSettings schema.
Diffstat (limited to 'src/totem-preferences.c')
-rw-r--r--src/totem-preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-preferences.c b/src/totem-preferences.c
index edd421594..af719c62b 100644
--- a/src/totem-preferences.c
+++ b/src/totem-preferences.c
@@ -463,7 +463,7 @@ totem_setup_preferences (Totem *totem)
G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET | G_SETTINGS_BIND_NO_SENSITIVITY);
g_settings_bind_with_mapping (totem->settings, "audio-output-type", item, "active", G_SETTINGS_BIND_DEFAULT,
(GSettingsBindGetMapping) int_enum_get_mapping, (GSettingsBindSetMapping) int_enum_set_mapping,
- g_type_class_ref (BVW_TYPE_AUDIO_OUT_TYPE), (GDestroyNotify) g_type_class_unref);
+ g_type_class_ref (BVW_TYPE_AUDIO_OUTPUT_TYPE), (GDestroyNotify) g_type_class_unref);
/* Subtitle font selection */
item = gtk_builder_get_object (totem->xml, "font_sel_button");