[gtk+] gtk3-demo: Fix two issues with the builder demo



commit fa4bd8b0428ed8f3efc55d4ab61ac404d8d35564
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jan 31 15:43:09 2014 -0500

    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.

 demos/gtk-demo/demo.ui |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/demos/gtk-demo/demo.ui b/demos/gtk-demo/demo.ui
index d35cd03..e535c8d 100644
--- a/demos/gtk-demo/demo.ui
+++ b/demos/gtk-demo/demo.ui
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]