GNOME Bugzilla – Bug 657989
Use g_format_get_size()
Last modified: 2011-09-02 19:08:57 UTC
g_format_size_for_display() has been deprecated by g_format_size(), replace its use.
Created attachment 195425 [details] [review] all: switch to g_format_size() Instead of the deprecated g_format_size_for_display()
Created attachment 195426 [details] [review] build: fix a build warning
glib needs to be bumped ?
Yeah, forgot about bumping it. I can do it while committing if the patch is good for you otherwise.
Please commit.
[Using patch status flags welcome so patches accepted for commit can actually be queried for.]
Review of attachment 195426 [details] [review]: Looks good
Review of attachment 195425 [details] [review]: Looks good
Attachment 195425 [details] pushed as 0f13732 - all: switch to g_format_size() Attachment 195426 [details] pushed as 7e3d117 - build: fix a build warning Thanks, pushed to master.