← Back to team overview

apport-hackers team mailing list archive

[Merge] lp:~laney/apport/no-yalign into lp:apport

 

Iain Lane has proposed merging lp:~laney/apport/no-yalign into lp:apport.

Requested reviews:
  Apport upstream developers (apport-hackers)

For more details, see:
https://code.launchpad.net/~laney/apport/no-yalign/+merge/261202

This fixes a testsuite failure (fatal warnings) with gtk 3.16.

I'm going to upload it, but feel free to clobber with a better fix if you want.
-- 
Your team Apport upstream developers is requested to review the proposed merge of lp:~laney/apport/no-yalign into lp:apport.
=== modified file 'gtk/apport-gtk.ui'
--- gtk/apport-gtk.ui	2015-02-28 20:09:01 +0000
+++ gtk/apport-gtk.ui	2015-06-05 10:54:20 +0000
@@ -130,7 +130,7 @@
               <object class="GtkImage" id="application_icon">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="yalign">0</property>
+                <property name="valign">start</property>
                 <property name="icon-name">dialog-error</property>
                 <property name="icon-size">6</property>
               </object>


Follow ups