Skip to content
  • Robert Ancell's avatar
    sharing: Fix warning when disabling sharing · 1f5b4a61
    Robert Ancell authored and Robert Ancell's avatar Robert Ancell committed
    The warning is:
    (gnome-control-center:29760): Gtk-CRITICAL **: 11:45:48.076: gtk_widget_is_visible: assertion 'GTK_IS_WIDGET (widget)' failed
    
    This is due to the code trying to disable switches that only exist if support
    for that feature is available.
    1f5b4a61