test: launch an application from the shell
This commit is contained in:
@ -45,10 +45,10 @@
|
||||
<object class="GtkBox" id="taskbar">
|
||||
<property name="orientation">horizontal</property>
|
||||
<child>
|
||||
<object class="GtkToggleButton" id="btn_user">
|
||||
<object class="GtkButton" id="btn_launch">
|
||||
<property name="visible">1</property>
|
||||
<property name="label" translatable="yes">User</property>
|
||||
<!--signal name="toggled" handler="diya_dashboard_toggle"/-->
|
||||
<property name="label" translatable="yes">Terminal</property>
|
||||
<signal name="clicked" handler="diya_dashboard_launch"/>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
Reference in New Issue
Block a user