[Xfce4-commits] <thunar-volman:jannis/port-to-udev> Add support for iPods with ID_MEDIA_PLAYER unset.

Jannis Pohlmann noreply at xfce.org
Sun Jul 25 18:20:01 CEST 2010


Updating branch refs/heads/jannis/port-to-udev
         to 224e7bf94f9b20e1b5005c9b9d1647c42b746800 (commit)
       from 874edb2002a2ab824441f8c838a239961b6d713d (commit)

commit 224e7bf94f9b20e1b5005c9b9d1647c42b746800
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sun Jul 25 18:19:29 2010 +0200

    Add support for iPods with ID_MEDIA_PLAYER unset.

 thunar-volman/tvm-block-device.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/thunar-volman/tvm-block-device.c b/thunar-volman/tvm-block-device.c
index 77fd287..f29608c 100644
--- a/thunar-volman/tvm-block-device.c
+++ b/thunar-volman/tvm-block-device.c
@@ -201,7 +201,7 @@ tvm_block_device_autoipod (TvmContext *context,
       if (path_dcim != NULL)
         {
           /* ...so we need to prompt what to do */
-          response = tvm_prompt (context, "gnome-dev-ipod", _("Photos and Music"),
+          response = tvm_prompt (context, "multimedia-player", _("Photos and Music"),
                                  _("Photos were found on your portable music player"),
                                  _("Would you like to import the photos or manage the "
                                    "music?"),
@@ -210,7 +210,7 @@ tvm_block_device_autoipod (TvmContext *context,
                                  _("Manage _Music"), TVM_RESPONSE_MUSIC,
                                  NULL);
         }
-      else if (is_audio_player)
+      else if (is_audio_player || is_ipod)
         {
           response = TVM_RESPONSE_MUSIC;
         }



More information about the Xfce4-commits mailing list