From eb9f21e3fa8acaea77be36df0afc04eb50d01f44 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Thu, 21 Jan 2010 00:21:37 +0100 Subject: Rename the audio CD properties. --- thunar-volman/tvm-run.c | 4 ++-- 1 file 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') -- cgit v1.2.1