[ 9:24AM ] [ bdmurray@impulse:~/source-trees/usb-creator/trunk ] $ bzr log -r446 -p ------------------------------------------------------------ revno: 446 committer: Dimitri John Ledkov <[email protected]> branch nick: usb-creator timestamp: Tue 2014-07-22 18:37:18 +0100 message: Correctly detect partition-table less parent devices. diff: === modified file 'bin/usb-creator-helper' --- bin/usb-creator-helper 2014-07-20 21:47:41 +0000 +++ bin/usb-creator-helper 2014-07-22 17:37:18 +0000 @@ -46,6 +46,8 @@ if obj.get_partition_table(): return obj partition = obj.get_partition() + if not partition: + return obj parent = partition.get_cached_property('Table').get_string() return udisks.get_object(parent)
=== modified file 'debian/changelog' --- debian/changelog 2014-07-20 21:47:49 +0000 +++ debian/changelog 2014-07-22 17:37:18 +0000 @@ -1,3 +1,9 @@ +usb-creator (0.2.60) UNRELEASED; urgency=medium + + * Correctly detect partition-table less parent devices. + + -- Dimitri John Ledkov <[email protected]> Tue, 22 Jul 2014 18:37:00 +0100 + -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1411088 Title: when clicking on "Erase Disk" get DBus Attribute Error after authenticating To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1411088/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
