** Fix for bug #375234 from Vitaliy Ischenko

svn path=/trunk/; revision=33532
This commit is contained in:
Srinivasa Ragavan
2007-05-14 04:07:07 +00:00
parent bbd35744c0
commit d23aa43aeb
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-05-14 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #375234 from Vitaliy Ischenko
* ipod.c: (find_ipod_mount_point):
2007-04-10 Andre Klapper <a9016009@gmx.de>
* plugins/ipod-sync/evolution-ipod-sync.c:

View File

@ -173,6 +173,9 @@ find_ipod_mount_point (LibHalContext *ctx)
fsusage = libhal_device_get_property_string (ctx, udi2,
"volume.fsusage", NULL);
if (fsusage == NULL)
continue;
if (strncmp (fsusage, "filesystem", 10) == 0)
{
has_fs = 1;