Disable home button when welcome page is active

This commit is contained in:
Hugo Posnic
2016-12-26 19:25:39 +01:00
parent 01cf0e9208
commit f3cfa690a2
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -485,6 +485,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
<object class="GtkButton" id="welcome">
<property name="name">welcome</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">homeicon</property>