Delete some properties that may show warnings with old gtk version. Fixes #3708.
This commit is contained in:
parent
623aba4f94
commit
4c219e4f57
data/glade
|
@ -115,9 +115,6 @@
|
|||
<widget class="GtkImage" id="lock_image">
|
||||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||
<property name="no_show_all">True</property>
|
||||
<property name="has_tooltip">True</property>
|
||||
<property name="tooltip_markup"><b>markuptest</b></property>
|
||||
<property name="tooltip_text">tooltip test</property>
|
||||
<property name="stock">gtk-dialog-authentication</property>
|
||||
</widget>
|
||||
<packing>
|
||||
|
|
Loading…
Reference in New Issue