infobar: really make the close button hidden by default

https://bugzilla.gnome.org/show_bug.cgi?id=704894
This commit is contained in:
Stefano Facchini 2013-07-26 00:18:29 +02:00
parent 586c8197fb
commit 8781c6560c

View File

@ -40,7 +40,7 @@
</child>
<child>
<object class="GtkButton" id="close_button">
<property name="visible">True</property>
<property name="visible">False</property>
<property name="can_focus">True</property>
<property name="border_width">6</property>
<property name="relief">none</property>