Revert "window: make content_header_bar a GtkGrid"

This reverts commit 779912c291.

The commit breaks the build in Continuous (and locally), because of a
reference to `content_header_bar` being a Gtk.Box:

contacts-window.vala:54.3-54.32: error: cannot convert from Gtk child
type `Gtk.Grid' to `Gtk.Box'
  private Box content_header_bar;
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    Compilation failed: 1 error(s), 140 warning(s)

I'm reverting the commit as per:

  https://mail.gnome.org/archives/desktop-devel-list/2016-January/msg00015.html

because the Continuous break has been failing for more than 4 hours.

https://bugzilla.gnome.org/show_bug.cgi?id=761759
This commit is contained in:
Emmanuele Bassi 2016-02-25 08:35:27 +00:00
parent 619689122f
commit eb8ecf0c32

View file

@ -157,7 +157,7 @@
<widget name="done_button"/>
</widgets>
</object>
<object class="GtkGrid" id="content_header_bar">
<object class="GtkBox" id="content_header_bar">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>