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 742476 - Do not use deprecated methods.
Do not use deprecated methods.
Status: RESOLVED FIXED
Product: gnome-screenshot
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-screenshot-maint
gnome-screenshot-maint
Depends on:
Blocks:
 
 
Reported: 2015-01-06 18:26 UTC by Robert Roth
Modified: 2015-01-19 20:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Do not use deprecated methods. (4.63 KB, patch)
2015-01-06 18:26 UTC, Robert Roth
committed Details | Review
Remove last deprecated function call (3.96 KB, patch)
2015-01-19 19:36 UTC, Robert Roth
none Details | Review
Remove last deprecated function call (3.98 KB, patch)
2015-01-19 19:43 UTC, Robert Roth
committed Details | Review

Description Robert Roth 2015-01-06 18:26:12 UTC
We should not use deprecated methods, this patch replaces them with their
replacements.
Comment 1 Robert Roth 2015-01-06 18:26:15 UTC
Created attachment 293964 [details] [review]
Do not use deprecated methods.
Comment 2 Robert Roth 2015-01-19 19:36:46 UTC
Created attachment 294916 [details] [review]
Remove last deprecated function call
Comment 3 Robert Roth 2015-01-19 19:43:03 UTC
Created attachment 294917 [details] [review]
Remove last deprecated function call
Comment 4 Cosimo Cecchi 2015-01-19 20:03:30 UTC
Thanks, pushed these to master with some minor tweaks.

Attachment 293964 [details] pushed as 5176d30 - Do not use deprecated methods.
Attachment 294917 [details] pushed as cf23196 - Remove last deprecated function call