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 704437 - Fixes for GTK+'s recent deprecation warnings
Fixes for GTK+'s recent deprecation warnings
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-18 04:53 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2013-08-13 13:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
menu: Remove support for icon items from the window menu (12.03 KB, patch)
2013-07-18 04:53 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review
Remove old, deprecated utilities that nobody has used in a million years (162.88 KB, patch)
2013-07-18 04:53 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Jasper St. Pierre (not reading bugmail) 2013-07-18 04:53:17 UTC
This is mostly code removal. I'm not sure if any of this is stuff
we want to keep, but I haven't used any of it in all the years I've
been hacking on gnome-shell, so...
Comment 1 Jasper St. Pierre (not reading bugmail) 2013-07-18 04:53:18 UTC
Created attachment 249467 [details] [review]
menu: Remove support for icon items from the window menu

We don't show these by default, and it uses deprecated API.
This also removes our only use of the stock icons, so remove
those as well.
Comment 2 Jasper St. Pierre (not reading bugmail) 2013-07-18 04:53:22 UTC
Created attachment 249468 [details] [review]
Remove old, deprecated utilities that nobody has used in a million years
Comment 3 Rui Matos 2013-08-13 13:29:09 UTC
Review of attachment 249467 [details] [review]:

You can also remove inlinepixbufs.h from .gitignore.
Comment 4 Jasper St. Pierre (not reading bugmail) 2013-08-13 13:44:59 UTC
Attachment 249467 [details] pushed as e633606 - menu: Remove support for icon items from the window menu
Attachment 249468 [details] pushed as 8c1c774 - Remove old, deprecated utilities that nobody has used in a million years