[sysprof/wip/chergert/sysprof-3] libsysprof-ui: set as ready for now



commit a9f658bb3b4f9f356bf32758fadb7efeda1b784e
Author: Christian Hergert <chergert redhat com>
Date:   Sun May 19 22:57:51 2019 -0700

    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 5582994..79f6ef7 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]