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 359725 - Use g_base64_[decode/encode] instead of our version
Use g_base64_[decode/encode] instead of our version
Status: RESOLVED FIXED
Product: gossip
Classification: Deprecated
Component: General
0.17
Other Linux
: Normal normal
: ---
Assigned To: Gossip Maintainers
Gossip Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-04 21:32 UTC by Xavier Claessens
Modified: 2006-10-06 20:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (5.16 KB, patch)
2006-10-04 21:45 UTC, Xavier Claessens
none Details | Review

Description Xavier Claessens 2006-10-04 21:32:56 UTC
GLIB 2.12 has everything needed for base64 encoding/decoding.

We already depends on GTK 2.10 which depends on GLIB 2.12 so it's not a new dependency.
Comment 1 Xavier Claessens 2006-10-04 21:45:34 UTC
Created attachment 74026 [details] [review]
proposed patch
Comment 2 Richard Hult 2006-10-05 06:46:53 UTC
The base64 stuff is in glib 2.10, not 2.12.
Comment 3 Richard Hult 2006-10-05 06:48:35 UTC
Gah, ignore me :) I was looking at the wrong headers.
Comment 4 Richard Hult 2006-10-06 19:53:22 UTC
Works like a charm of course, thanks! Committed.