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 758061 - gtk_application_add_accelerator is deprecated
gtk_application_add_accelerator is deprecated
Status: RESOLVED FIXED
Product: gnome-documents
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME documents maintainer(s)
GNOME documents maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-11-13 14:59 UTC by Debarshi Ray
Modified: 2015-11-14 17:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
application: Remove deprecated API usage (4.89 KB, patch)
2015-11-13 15:00 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2015-11-13 14:59:29 UTC
gtk_application_add_accelerator is deprecated, and we already use gtk_application_set_accels_for_action in some cases. Let's just be nice and stop using this deprecated API.
Comment 1 Debarshi Ray 2015-11-13 15:00:28 UTC
Created attachment 315408 [details] [review]
application: Remove deprecated API usage
Comment 2 Cosimo Cecchi 2015-11-13 18:50:50 UTC
Review of attachment 315408 [details] [review]:

Looks good to me.
Comment 3 Debarshi Ray 2015-11-14 17:52:47 UTC
Comment on attachment 315408 [details] [review]
application: Remove deprecated API usage

Pushed to master.