[sysprof] libsysprof-ui: unselect some aids by default
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] libsysprof-ui: unselect some aids by default
- Date: Fri, 7 Jun 2019 07:17:24 +0000 (UTC)
commit 4cfe4c825d4e2b77be8a698400460c1481294351
Author: Christian Hergert <chergert redhat com>
Date: Fri Jun 7 00:16:57 2019 -0700
libsysprof-ui: unselect some aids by default
src/libsysprof-ui/ui/sysprof-profiler-assistant.ui | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/src/libsysprof-ui/ui/sysprof-profiler-assistant.ui
b/src/libsysprof-ui/ui/sysprof-profiler-assistant.ui
index 02ef1cc..699a796 100644
--- a/src/libsysprof-ui/ui/sysprof-profiler-assistant.ui
+++ b/src/libsysprof-ui/ui/sysprof-profiler-assistant.ui
@@ -94,42 +94,49 @@
<child>
<object class="SysprofAidIcon">
<property name="aid">callgraph_aid</property>
+ <property name="selected">true</property>
<property name="visible">true</property>
</object>
</child>
<child>
<object class="SysprofAidIcon">
<property name="aid">cpu_aid</property>
+ <property name="selected">true</property>
<property name="visible">true</property>
</object>
</child>
<child>
<object class="SysprofAidIcon">
<property name="aid">memory_aid</property>
+ <property name="selected">false</property>
<property name="visible">true</property>
</object>
</child>
<child>
<object class="SysprofAidIcon">
<property name="aid">mutter_aid</property>
+ <property name="selected">false</property>
<property name="visible">true</property>
</object>
</child>
<child>
<object class="SysprofAidIcon">
<property name="aid">gtk_aid</property>
+ <property name="selected">false</property>
<property name="visible">true</property>
</object>
</child>
<child>
<object class="SysprofAidIcon">
<property name="aid">gjs_aid</property>
+ <property name="selected">false</property>
<property name="visible">true</property>
</object>
</child>
<child>
<object class="SysprofAidIcon">
<property name="aid">app_aid</property>
+ <property name="selected">true</property>
<property name="visible">true</property>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]