GNOME Bugzilla – Bug 359725
Use g_base64_[decode/encode] instead of our version
Last modified: 2006-10-06 20:09:08 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.
Created attachment 74026 [details] [review] proposed patch
The base64 stuff is in glib 2.10, not 2.12.
Gah, ignore me :) I was looking at the wrong headers.
Works like a charm of course, thanks! Committed.