summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--thunar-volman/tvm-run.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/thunar-volman/tvm-run.c b/thunar-volman/tvm-run.c
index ec8c3d3..b66674d 100644
--- a/thunar-volman/tvm-run.c
+++ b/thunar-volman/tvm-run.c
@@ -211,10 +211,10 @@ tvm_run_cd_player (GUdevClient *client,
g_return_val_if_fail (error == NULL || *error == NULL, FALSE);
/* check whether autoplaying audio CDs is enabled */
- if (xfconf_channel_get_bool (channel, "/autoplay-audio-cds/enabled", FALSE))
+ if (xfconf_channel_get_bool (channel, "/play-audio-cds/enabled", FALSE))
{
/* determine the audio CD player command */
- command = xfconf_channel_get_string (channel, "/autoplay-audio-cds/command", NULL);
+ command = xfconf_channel_get_string (channel, "/play-audio-cds/command", NULL);
/* check whether the command is set and non-empty */
if (command != NULL && *command != '\0')