[Merge] lp:~yofel/update-manager/lp601127 into lp:update-manager
Philip Muškovac
yofel at gmx.net
Wed Aug 11 01:11:01 BST 2010
Philip Muškovac has proposed merging lp:~yofel/update-manager/lp601127 into lp:update-manager.
Requested reviews:
Ubuntu Core Development Team (ubuntu-core-dev)
Related bugs:
#601127 don't hide treeview and notebook when some package is available but not installable
https://bugs.launchpad.net/bugs/601127
Taken from the bug 601127:
When you update the list and there are only pending packages that can't be installed (because they need to be kept for dependancies problems) the treeview and the notebook are set not sensitive.
This would be valid only if there is no package at all, so my patch insert another check to see if there are kept packages.
The branch is the orignal patch with
if not self.cache.keepCount == 0:
replaced by
if self.cache.keepCount() == 0:
as that gives me the intended behaviour.
Thanks to Nicolò Chieffo for the original patch.
--
https://code.launchpad.net/~yofel/update-manager/lp601127/+merge/32281
Your team Ubuntu Core Development Team is requested to review the proposed merge of lp:~yofel/update-manager/lp601127 into lp:update-manager.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: review-diff.txt
Type: text/x-diff
Size: 1262 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/ubuntu-reviews/attachments/20100811/a61a9637/attachment.diff
More information about the Ubuntu-reviews
mailing list