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 589996 - Remove deprecated Glib symbols
Remove deprecated Glib symbols
Status: RESOLVED FIXED
Product: tinymail
Classification: Deprecated
Component: libtinymail-camel
unspecified
Other All
: Normal normal
: ---
Assigned To: Jose Dapena Paz
Maintainers of tinymail
Depends on:
Blocks: 560423
 
 
Reported: 2009-07-28 11:21 UTC by Javier Jardón (IRC: jjardon)
Modified: 2009-10-14 14:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove deprecated Glib symbols (1.33 KB, patch)
2009-07-28 11:24 UTC, Javier Jardón (IRC: jjardon)
none Details | Review
Remove dead code with deprecated Glib symbols (2.90 KB, patch)
2009-07-28 11:57 UTC, Javier Jardón (IRC: jjardon)
none Details | Review

Description Javier Jardón (IRC: jjardon) 2009-07-28 11:21:42 UTC
Tinymail uses deprecated Glib symbols that will be removed for GTK+ 3.

See http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib

Patch following
Comment 1 Javier Jardón (IRC: jjardon) 2009-07-28 11:24:16 UTC
Created attachment 139375 [details] [review]
Remove deprecated Glib symbols

There are some remainig Glib deprecated symbols.

I'll send more patches soon
Comment 2 Javier Jardón (IRC: jjardon) 2009-07-28 11:57:35 UTC
Created attachment 139378 [details] [review]
Remove dead code with deprecated Glib symbols

Seems that some deprecated glib symbols (g_mem_chunk_*) are in dead code.

Can we remove that block of code? If yes, here the patch ;)
Comment 3 Jose Dapena Paz 2009-10-14 14:32:38 UTC
I'll review the patches. Assigning to me.
Comment 4 Jose Dapena Paz 2009-10-14 14:53:15 UTC
Committed fix to tinymail trunk (r4012). Added proper changelog information. The patches were ok.

Thanks!