libsysprof: wait until first queue_reload() to load

We might need to query the server, so this ensures that we don't authenticate
the polkit session until needed.
This commit is contained in:
Christian Hergert
2019-05-10 19:25:50 -07:00
parent f9152e8dde
commit ee5bf79e6c

View File

@ -67,8 +67,6 @@ static void
sysprof_process_model_init (SysprofProcessModel *self)
{
self->items = g_ptr_array_new_with_free_func (g_object_unref);
sysprof_process_model_queue_reload (self);
}
static guint