GNOME Bugzilla – Bug 673359
Tooltips in chart view show the size of all folders as "13.8 EB"
Last modified: 2012-08-20 15:21:02 UTC
Hovering the mouse cursor over any folder represented in the chart view shows a tooltip with the size of the folder displayed as 13.8 EB. The sizes are correctly displayed in the table on the left.
Bisected to commit b6642cd2d4e99fe
Created attachment 211138 [details] [review] chart: Fix directory size shown in tooltip A typo introduced in commit b6642cd2d4e99fe.
Review of attachment 211138 [details] [review]: oooops. please commit on all branches including vala ones
Comment on attachment 211138 [details] [review] chart: Fix directory size shown in tooltip the vala branch will pick it up on next rebase :)
So, after all it seems that the change in the chart was not a typo. Paolo probabily did it to make the chart already adapted to the vala version. To avoid problems when rebasing, I think that the previous patch should be reverted and replaced with the following. Sorry for the spam :)
Created attachment 211204 [details] [review] Adapt to changes in the chart In view of the forthcoming merge of the vala rewriting branch, this is better fix to the bufìg than commit af46a41474a.
Review of attachment 211204 [details] [review]: indeed I backported the updated charts widget from the vala version and didn't realize that we had this inconsistency. If you tested and there are no further side effects feel free to push
(In reply to comment #7) > If you tested and there are no further side effects feel free to push Stefano: Have you tested and pushed the patch already? Do you have Git access?
This is not releavent anymore, the vala rewrite is now released :)