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 765342 - Don't use g_simple_action_set_state
Don't use g_simple_action_set_state
Status: RESOLVED FIXED
Product: gnome-documents
Classification: Core
Component: general
3.19.x
Other All
: Normal normal
: ---
Assigned To: GNOME documents maintainer(s)
GNOME documents maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-04-20 19:08 UTC by Alessandro Bono
Modified: 2016-04-22 20:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
preview: Use g_action_change_state (974 bytes, patch)
2016-04-20 19:08 UTC, Alessandro Bono
committed Details | Review
application: Use g_action_change_state (1.68 KB, patch)
2016-04-20 19:09 UTC, Alessandro Bono
committed Details | Review

Description Alessandro Bono 2016-04-20 19:08:11 UTC
As said in https://bugzilla.gnome.org/show_bug.cgi?id=756014#c30
Comment 1 Alessandro Bono 2016-04-20 19:08:46 UTC
Created attachment 326443 [details] [review]
preview: Use g_action_change_state

According to:
https://developer.gnome.org/gio/stable/GSimpleAction.html#g-simple-action-set-state
Comment 2 Alessandro Bono 2016-04-20 19:09:05 UTC
Created attachment 326444 [details] [review]
application: Use g_action_change_state

According to: https://developer.gnome.org/gio/stable/GSimpleAction.html#g-simple-action-set-state
Comment 3 Cosimo Cecchi 2016-04-21 09:25:28 UTC
Review of attachment 326444 [details] [review]:

OK
Comment 4 Cosimo Cecchi 2016-04-21 09:25:42 UTC
Review of attachment 326443 [details] [review]:

OK
Comment 5 Alessandro Bono 2016-04-22 20:28:22 UTC
Attachment 326443 [details] pushed as 94dc788 - preview: Use g_action_change_state
Attachment 326444 [details] pushed as 1222273 - application: Use g_action_change_state