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 736048 - Use "schema-id" GSettings property instead of deprecated "schema"
Use "schema-id" GSettings property instead of deprecated "schema"
Status: RESOLVED FIXED
Product: gnome-documents
Classification: Core
Component: general
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME documents maintainer(s)
GNOME documents maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-09-04 12:31 UTC by David King
Modified: 2014-09-04 14:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use the new property (1.36 KB, patch)
2014-09-04 12:33 UTC, David King
committed Details | Review

Description David King 2014-09-04 12:31:30 UTC
I found a warning in my logs:

org.gnome.Documents[994]: (gnome-documents:22345): GLib-GObject-WARNING **: The property GSettings:schema is deprecated and shouldn't be used anymore
Comment 1 David King 2014-09-04 12:33:25 UTC
Created attachment 285361 [details] [review]
use the new property
Comment 2 Debarshi Ray 2014-09-04 14:13:59 UTC
Review of attachment 285361 [details] [review]:

Thanks for the patch, David!
Comment 3 David King 2014-09-04 14:16:58 UTC
Review of attachment 285361 [details] [review]:

Pushed to master. Thanks!