GNOME Bugzilla – Bug 787693
Trying to access stack member before being created
Last modified: 2017-09-14 19:49:06 UTC
Due to not being able to insert the routing options panel widget directly in the sidebar from the UI template, we create it manually in sidebar.js, however it accessed before that when setting up routing mode from the saved value, giving the following warn: (org.gnome.Maps:1100): Gtk-WARNING **: Child name 'options' not found in GtkStack
Created attachment 359819 [details] [review] sidebar: Insert transit options panel before first use Avoid a warning on startup.
Attachment 359819 [details] pushed as 0e55b60 - sidebar: Insert transit options panel before first use