Set a window title on the hotspot dialog

Set a blank title on the hotspot dialog, otherwise it shows up
as gnome-control-center, which is ugly.
This commit is contained in:
Matthias Clasen 2012-09-06 19:10:37 -04:00
parent a955ec4152
commit cd0363d3f5

View file

@ -29,6 +29,7 @@
<property name="type_hint">dialog</property>
<property name="destroy_with_parent">True</property>
<property name="modal">True</property>
<property name="title"></property>
<property name="border-width">5</property>
<child internal-child="vbox">
<object class="GtkBox" id="hotspot-dialog-vbox1">