Skip to content
  • Michael Catanzaro's avatar
    notebook: fix critical when switching page · 2e2857df
    Michael Catanzaro authored and Matthias Clasen's avatar Matthias Clasen committed
    It's expected that gtk_widget_get_root() will return NULL if the widget
    tree does not contain a root widget. I don't know what that means or why
    it happens, but it's true in gnome-control-center's network panel when
    displaying the OpenVPN configuration dialog. We need to handle it.
    
    Fixes #6056
    2e2857df