You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
GTK+ 3.0 discouraged to use
Gtk.Stock
and is deprecated since GTK+ 3.10.There is a guide to migrate to the recommended way to standard icon names and labels. Documents:
https://docs.google.com/document/d/1KCVPoYQBqMbDP11tHPpjW6uaEHrvLUmcDPqKAppCY8o/pub
https://docs.google.com/spreadsheet/pub?key=0AsPAM3pPwxagdGF4THNMMUpjUW5xMXZfdUNzMXhEa2c&output=html
Also, replace
Gtk.Action
withGlib.Action
andGtk.ActionGroup
withGlib.ActionGroup
.The text was updated successfully, but these errors were encountered: