libsysprof-ui: set as ready for now

This commit is contained in:
Christian Hergert
2019-05-19 22:57:51 -07:00
parent 85f78a5838
commit 4ef741348c

View File

@ -47,7 +47,7 @@ sysprof_proxy_source_get_is_ready (SysprofSource *source)
g_assert (SYSPROF_IS_PROXY_SOURCE (self));
return FALSE;
return TRUE;
}
static void