forked from AuroraMiddleware/gtk
gtk3-demo: Fix two issues with the builder demo
The ui file was generating a warning about AtkAction not being implemented, and the about dialog had a missing icon.
This commit is contained in:
parent
328155d8b3
commit
fa4bd8b042
@ -151,6 +151,7 @@
|
||||
</object>
|
||||
<object class="GtkAboutDialog" id="aboutdialog1">
|
||||
<property name="program-name" translatable="yes">GtkBuilder demo</property>
|
||||
<property name="logo-icon-name" translatable="yes">gtk3-demo</property>
|
||||
<accessibility>
|
||||
<relation target="window1" type="subwindow-of"/>
|
||||
</accessibility>
|
||||
@ -243,9 +244,6 @@
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<accessibility>
|
||||
<action action_name="move-cursor" description="Move the cursor to select another person."/>
|
||||
</accessibility>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="position">2</property>
|
||||
|
Loading…
Reference in New Issue
Block a user