After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 654995 - Switch to g_format_size()
Switch to g_format_size()
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-20 19:19 UTC by Allison Karlitskaya (desrt)
Modified: 2011-07-21 18:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Switch to g_format_size() (4.27 KB, patch)
2011-07-20 19:19 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2011-07-20 19:19:21 UTC
GLib has deprecated g_format_size_for_display().
Comment 1 Allison Karlitskaya (desrt) 2011-07-20 19:19:23 UTC
Created attachment 192334 [details] [review]
Switch to g_format_size()

g_format_size_for_display() has been deprecated in GLib and replaced with
g_format_size().  Follow that change.
Comment 2 Matthias Clasen 2011-07-21 04:17:27 UTC
Review of attachment 192334 [details] [review]:

Need to bump the glib requirement in configure.ac
Comment 3 Cosimo Cecchi 2011-07-21 18:38:24 UTC
Pushed to master now, together with a GLib version bump.