summaryrefslogtreecommitdiff
path: root/thunar-volman
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2010-07-25 18:19:29 +0200
committerJannis Pohlmann <jannis@xfce.org>2010-07-25 19:42:30 +0200
commitf8b4f75b09138d8f112b3dee36f4a248897ea869 (patch)
tree9329ac5c5beb6b455244687cf9b537913fe66b59 /thunar-volman
parentfd1d0913716d3b15ef9a4e604f5a81035cd8bc5a (diff)
downloadthunar-volman-f8b4f75b09138d8f112b3dee36f4a248897ea869.tar.gz
Add support for iPods with ID_MEDIA_PLAYER unset.
Diffstat (limited to 'thunar-volman')
-rw-r--r--thunar-volman/tvm-block-device.c4
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;
}