summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2010-01-21 00:21:37 +0100
committerJannis Pohlmann <jannis@xfce.org>2010-01-21 00:21:37 +0100
commiteb9f21e3fa8acaea77be36df0afc04eb50d01f44 (patch)
tree7f3f95b79972ce415ac607cdf3e0bd7b9c817705
parent8b1e82535b5ed8362c03eaeba445443d3dadbdc8 (diff)
downloadthunar-volman-jannis/port-to-udev-etc.tar.gz
Rename the audio CD properties.jannis/port-to-udev-etc
-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')