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 655477 - gsearchtool: Do not use deprecated g_format_size_for_display()
gsearchtool: Do not use deprecated g_format_size_for_display()
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: gsearchtool
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-28 07:16 UTC by Vincent Untz
Modified: 2011-07-28 10:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gsearchtool: Do not use deprecated g_format_size_for_display() (1.06 KB, patch)
2011-07-28 07:16 UTC, Vincent Untz
committed Details | Review

Description Vincent Untz 2011-07-28 07:16:42 UTC
It got deprecated in glib 2.29.14.
Comment 1 Vincent Untz 2011-07-28 07:16:48 UTC
Created attachment 192798 [details] [review]
gsearchtool: Do not use deprecated g_format_size_for_display()
Comment 2 Cosimo Cecchi 2011-07-28 10:21:10 UTC
Review of attachment 192798 [details] [review]:

I don't think the version check is required here, just bump the required GLib version to 2.29.14.
With that fixed, feel free to push to git master.
Comment 3 Vincent Untz 2011-07-28 10:45:51 UTC
Okay, done this way.