patch from ticket #1522 for fixing volume added before storage

SVN revision: 76762
This commit is contained in:
Mike Blumenkrantz 2012-09-17 13:56:05 +00:00
parent 95ac2fdc8a
commit eaf43b6717
1 changed files with 1 additions and 2 deletions

View File

@ -158,8 +158,7 @@ e_fm2_device_storage_add(E_Storage *s)
if ((!v->storage) && (s->udi == v->parent))
{
v->storage = s;
// XXX we dont need this anymore ad volume adds handle it!
// _e_fm2_device_volume_setup(v);
_e_fm2_device_volume_setup(v);
}
}
}