[Xfce4-commits] <thunar-volman:jannis/port-to-udev-etc> Rename the audio CD properties.

Jannis Pohlmann noreply at xfce.org
Thu Jan 21 00:22:02 CET 2010


Updating branch refs/heads/jannis/port-to-udev-etc
         to eb9f21e3fa8acaea77be36df0afc04eb50d01f44 (commit)
       from 8b1e82535b5ed8362c03eaeba445443d3dadbdc8 (commit)

commit eb9f21e3fa8acaea77be36df0afc04eb50d01f44
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Thu Jan 21 00:21:37 2010 +0100

    Rename the audio CD properties.

 thunar-volman/tvm-run.c |    4 ++--
 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')



More information about the Xfce4-commits mailing list