summaryrefslogtreecommitdiff
path: root/thunar-volman/tvm-block-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'thunar-volman/tvm-block-device.c')
-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;
}