From 4ef741348c0c04ee0ef502df0bf3a3f85bf8b5a7 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Sun, 19 May 2019 22:57:51 -0700 Subject: [PATCH] libsysprof-ui: set as ready for now --- src/libsysprof/sysprof-proxy-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsysprof/sysprof-proxy-source.c b/src/libsysprof/sysprof-proxy-source.c index 55829945..79f6ef79 100644 --- a/src/libsysprof/sysprof-proxy-source.c +++ b/src/libsysprof/sysprof-proxy-source.c @@ -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