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:
Matthias Clasen 2014-01-31 15:43:09 -05:00
parent 328155d8b3
commit fa4bd8b042

View File

@ -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>