Skip to content
  • Georges Basile Stavracas Neto's avatar
    window: Delegate model creation to CcApplication · 489a7ae5
    Georges Basile Stavracas Neto authored
    In order be able to modify panel information statically,
    we need to have access to the CcShellModel from static
    functions. CcApplication, thus, is a better place for the
    model to live, since we can access it outside any scope
    using g_application_get_default().
    
    It also makes sense from the modeling point of view, since
    the model is not tied to the shell anymore.
    489a7ae5