Skip to content
  • Florian Müllner's avatar
    places-menu: Don't force dispose() of uninitialized proxies · 3284fe81
    Florian Müllner authored
    Trying to dispose a proxy object before it has been properly
    initialized triggers an "uncatchable exception", which gjs
    treats as a fatal error since commit c7bdcaab4. We only have
    anything to clean up once the proxy is initialized anyway, so
    don't force dispose() before that.
    
    #44
    3284fe81